mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Remove toolbar/tree demo code (which was commented out).
This commit is contained in:
parent
9ab0131da7
commit
cd9d54c58a
@ -508,19 +508,6 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
|
||||
DoImageInspector();
|
||||
break;
|
||||
|
||||
#if 0 // this is obsolete: trees are done with table frames now
|
||||
//#if defined(XP_WIN) || defined(XP_MAC)
|
||||
case VIEWER_TREEVIEW:
|
||||
// Instantiate a tree widget
|
||||
DoTreeView();
|
||||
break;
|
||||
#endif
|
||||
#if defined(XP_WIN) || defined(XP_MAC)
|
||||
case VIEWER_TOOLBARDEMO:
|
||||
// Instantiate a tree widget
|
||||
DoToolbarDemo();
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
return nsEventStatus_eIgnore;
|
||||
|
Loading…
x
Reference in New Issue
Block a user