X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=9ec829364642d90ea39e4bb7ade173dd16c332b3;hb=18206708bafbba3198bfb82cca97f17d70a05666;hp=396a1fbb181df6d9fe3085dc88b6d4ec8bd9a978;hpb=6ea089620900a1e1353112b14ccb3b6df05a9883;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index 396a1fbb..9ec82936 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -562,17 +562,6 @@ void lttvwindow_unregister_dividor(Tab *tab, -/** - * This method reports the information to show on the status bar in the - * main window. - * - * @param tab the tab the viewer belongs to. - * @param info the message which will be shown in the status bar. - */ - -void lttvwindow_report_status(Tab *tab, const char *info); - - /** * Function to set the time interval of the current tab.a * @@ -644,7 +633,7 @@ typedef struct _EventsRequest { } EventsRequest; /* Maximum number of events to proceed at once in a chunk */ -#define CHUNK_NUM_EVENTS 100 +#define CHUNK_NUM_EVENTS 200 /**