Make modules more flexible (builtin or loaded are identical). Add a test module
[lttv.git] / ltt / branches / poly / include / lttv / mainwindow.h
index db39fd6e1b316b3e21aa249bc0018134db208e78..ffdeefe500869ee5f714fa780ce9a2ebd8a86087 100644 (file)
 #include <lttv/hook.h>
 #include <lttv/stats.h>
 
-typedef struct _WindowCreationData {
-       int argc;
-       char ** argv;
-} WindowCreationData;
-
-
 typedef struct _TracesetInfo {
   //FIXME? TracesetContext and stats in same or different variable ?
   LttvTracesetStats * traceset_context;
@@ -69,8 +63,6 @@ struct _MainWindow{
   Tab * tab;
   Tab * current_tab;
 
-  WindowCreationData * win_creation_data; 
-
   GHashTable * hash_menu_item;
   GHashTable * hash_toolbar_item;
 };
This page took 0.032879 seconds and 4 git commands to generate.