X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow.h;h=74857c794737547859631003dc842105df2fb892;hb=501e4e70320aeb56090ada4447958db1c2ed6616;hp=e9e5e536cd602f0574ae9e7a766e7c94f45dba0f;hpb=a43d67bae425508678e5ae2ffe5dd1e84286b915;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h index e9e5e536..74857c79 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h @@ -63,8 +63,6 @@ struct _MainWindow{ Tab * tab; Tab * current_tab; - GHashTable * hash_menu_item; - GHashTable * hash_toolbar_item; }; @@ -93,19 +91,6 @@ struct _Tab{ gboolean time_request_pending; }; -typedef struct _TimeRequest { - TimeWindow time_window; - guint num_events; - LttvHook after_hook; - gpointer after_hook_data; -} TimeRequest; - -/** - * 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_ */