chiark / gitweb /
Saner selection choice for popup menus.
[disorder] / disobedience / disobedience.h
index e18c0823f8f1262fc61b4905128c1a78e759b9c5..faf7597c3d30bdb128db17527e369b8710f55f67 100644 (file)
@@ -180,10 +180,6 @@ void all_update(void);
 
 GtkWidget *menubar(GtkWidget *w);
 /* Create the menu bar */
-     
-void menu_update(int page);
-/* Called whenever the main menu might need to change.  PAGE is the current
- * page if known or -1 otherwise. */
 
 void users_set_sensitive(int sensitive);