filter starts to work
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 96a3a48b5388b103284167392874708cd6f0d846..179eab0ad157806f33bd85545ea64315d81a2d43 100644 (file)
@@ -1027,11 +1027,12 @@ LttTime lttvwindow_get_current_time(Tab *tab)
  * @param main_win, the main window the viewer belongs to.
  * @param filter, a pointer to a 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.027287 seconds and 4 git commands to generate.