X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcommon.h;h=8115b7f6011c8ca555e0a5807937d8cd5b92f512;hb=501e4e70320aeb56090ada4447958db1c2ed6616;hp=e41a73575027ed030f5a53b7b3f86ecaeb2c3fd7;hpb=754351700b3d5fb6112e72dd4722a546abc219f1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h index e41a7357..8115b7f6 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h @@ -30,11 +30,6 @@ typedef struct _MainWindow MainWindow; typedef struct _Tab Tab; -/* constructor of the viewer */ -typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window, - LttvTracesetSelector * s, char *key); -typedef lttv_constructor view_constructor; - typedef struct _TimeWindow { LttTime start_time; LttTime time_width;