position ok with processing
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 396a1fbb181df6d9fe3085dc88b6d4ec8bd9a978..9ec829364642d90ea39e4bb7ade173dd16c332b3 100644 (file)
@@ -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
 
 
 /**
This page took 0.023453 seconds and 4 git commands to generate.