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;
|
BRect rect;
|
||||||
menu_info info;
|
menu_info info;
|
||||||
|
|
||||||
//bitmaps
|
|
||||||
/*BBitmap *fCtlBmp;
|
|
||||||
BBitmap *fAltBmp;
|
|
||||||
BBitmap *fSep0Bmp;
|
|
||||||
BBitmap *fSep1Bmp;
|
|
||||||
BBitmap *fSep2Bmp;
|
|
||||||
*/
|
|
||||||
//seperator submenu
|
//seperator submenu
|
||||||
BMenu *separatorStyleMenu;
|
BMenu *separatorStyleMenu;
|
||||||
BMenuItem *separatorStyleZero;
|
BMenuItem *separatorStyleZero;
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <Roster.h>
|
#include <Roster.h>
|
||||||
|
|
||||||
int ans;
|
|
||||||
|
|
||||||
MenuWindow::MenuWindow()
|
MenuWindow::MenuWindow()
|
||||||
: BWindow(rect, "Menu", B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_RESIZABLE)
|
: BWindow(rect, "Menu", B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_RESIZABLE)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user