From 8fed3280e7623eb6aa913a8165805d016dcef4f0 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 6 Dec 2005 08:34:57 +0000 Subject: [PATCH] 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 --- src/preferences/menu/MenuApp.h | 7 ------- src/preferences/menu/MenuWindow.cpp | 2 -- 2 files changed, 9 deletions(-) diff --git a/src/preferences/menu/MenuApp.h b/src/preferences/menu/MenuApp.h index 1b991fd5bd..adb53e2c71 100644 --- a/src/preferences/menu/MenuApp.h +++ b/src/preferences/menu/MenuApp.h @@ -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; diff --git a/src/preferences/menu/MenuWindow.cpp b/src/preferences/menu/MenuWindow.cpp index da35efe867..9db2abffb8 100644 --- a/src/preferences/menu/MenuWindow.cpp +++ b/src/preferences/menu/MenuWindow.cpp @@ -3,8 +3,6 @@ #include #include - int ans; - MenuWindow::MenuWindow() : BWindow(rect, "Menu", B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_RESIZABLE) {