event list get filter when starts
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 225104c780a5f7b27b12c9f9f8e090c800e99253..fe67fb70cff71b0cbce669c2f1e6d09040b8dee6 100644 (file)
@@ -1024,15 +1024,14 @@ LttTime lttvwindow_get_current_time(Tab *tab)
 
 /**
  * Function to get the filter of the current tab.
- * @param main_win, the main window the viewer belongs to.
  * @param filter, a pointer to a filter.
+ *
+ * returns the current filter
  */
-#if 0
 LttvFilter *lttvwindow_get_filter(Tab *tab)
 {
   return tab->filter;
 }
-#endif //0
 
 /**
  * Function to set the filter of the current tab.
This page took 0.023342 seconds and 4 git commands to generate.