summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/menubar.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx
index 947c7054a..034e716e9 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -251,7 +251,6 @@ int main(int argc, char **argv) {
menus[2] = &ch;
Fl_Menu_Button mb(0,0,WIDTH,400,"&popup");
mb.type(Fl_Menu_Button::POPUP3);
- mb.box(FL_NO_BOX);
mb.menu(menutable);
mb.remove(1); // delete the "File" submenu
mb.callback(test_cb);