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:
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user