X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.c;h=c44a39bdf0d71d6c26b35b6d83ccb12b2bb0d387;hb=6550d71135aed5d81a76d7d5625757570bcf0819;hp=10bc10c392ac871e28d6951da9180eb766197174;hpb=88237536a72d70abfc670286eae1cf7c44c1a50b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c index 10bc10c3..c44a39bd 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c @@ -906,23 +906,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 - * shown time interval of the viewer and also be called by the constructor - * of the viewer. - * @param tab viewer's tab - * @return time window. - */ - -__inline__ TimeWindow lttvwindow_get_time_window(Tab *tab) -{ - return tab->time_window; - -} - - /** * Function to get the current time/event of the current tab. * It will be called by a viewer's hook function to update the