removed some commented stuff. Declarations should be moved to the proper files, anyway...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15356 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2005-12-06 08:34:57 +00:00
parent 35a6c07857
commit 8fed3280e7
2 changed files with 0 additions and 9 deletions
-7
View File
@@ -57,13 +57,6 @@
BRect rect;
menu_info info;
//bitmaps
/*BBitmap *fCtlBmp;
BBitmap *fAltBmp;
BBitmap *fSep0Bmp;
BBitmap *fSep1Bmp;
BBitmap *fSep2Bmp;
*/
//seperator submenu
BMenu *separatorStyleMenu;
BMenuItem *separatorStyleZero;
-2
View File
@@ -3,8 +3,6 @@
#include <string.h>
#include <Roster.h>
int ans;
MenuWindow::MenuWindow()
: BWindow(rect, "Menu", B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_RESIZABLE)
{