X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=4ac1c0dfd18fe5dbaf1a8e69cdb5eb581d94199c;hb=6ced96ef9d5c1af6dbef8ef6e26f71ed6abdd676;hp=53a38ad9a6c5a9640432ecae2791f3c8ff1a4c2b;hpb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h index 53a38ad9..4ac1c0df 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h @@ -58,8 +58,8 @@ struct _MainWindow{ /* Attributes for trace reading hooks local to the main window */ LttvIAttribute * attributes; - Tab * tab; - Tab * current_tab; + //Tab * tab; + //Tab * current_tab; }; @@ -78,7 +78,7 @@ struct _Tab{ LttTime current_time; LttvIAttribute * attributes; - struct _Tab * next; + //struct _Tab * next; MainWindow * mw; /* Traceset related information */