X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fmainwindow.h;h=ffdeefe500869ee5f714fa780ce9a2ebd8a86087;hb=08b1c66e3a5ad9588d08f9477af98c0cda4f070c;hp=db39fd6e1b316b3e21aa249bc0018134db208e78;hpb=dbb7bb0937929c494291d7a286c6ece90c27ac07;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/mainwindow.h b/ltt/branches/poly/include/lttv/mainwindow.h index db39fd6e..ffdeefe5 100644 --- a/ltt/branches/poly/include/lttv/mainwindow.h +++ b/ltt/branches/poly/include/lttv/mainwindow.h @@ -31,12 +31,6 @@ #include #include -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; };