some compilation fixes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index afda2ff58ff78a915c016da0cf7c8d11d97a6d7d..74857c794737547859631003dc842105df2fb892 100644 (file)
@@ -63,8 +63,6 @@ struct _MainWindow{
   Tab * tab;
   Tab * current_tab;
 
-  GHashTable * hash_menu_item;
-  GHashTable * hash_toolbar_item;
 };
 
 
@@ -93,12 +91,6 @@ struct _Tab{
   gboolean time_request_pending;
 };
 
-/**
- * Remove menu and toolbar item when a module unloaded
- */
-void main_window_remove_menu_item(lttvwindow_viewer_constructor view_constructor);
-void main_window_remove_toolbar_item(lttvwindow_viewer_constructor view_constructor);
-
 #endif /* _MAIN_WINDOW_ */
 
 
This page took 0.025697 seconds and 4 git commands to generate.