compile fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 10bc10c392ac871e28d6951da9180eb766197174..69cb1ddda2e35e1ae27d3c70a08e832a017293d2 100644 (file)
@@ -905,8 +905,6 @@ void lttvwindow_events_request_remove_all(Tab       *tab,
 
 }
 
-
-
 /**
  * Function to get the current time interval shown on the current tab.
  * It will be called by a viewer's hook function to update the 
@@ -916,10 +914,9 @@ void lttvwindow_events_request_remove_all(Tab       *tab,
  * @return time window.
  */
 
-__inline__ TimeWindow lttvwindow_get_time_window(Tab *tab)
+TimeWindow lttvwindow_get_time_window(Tab *tab)
 {
   return tab->time_window;
-  
 }
 
 
This page took 0.023442 seconds and 4 git commands to generate.