viewer_constructor cleanup
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / statistics.c
index 46e5cec92fd5587087c191a358f81b6bab8f9c55..a4a0567cf31aa4b5281e3e609ce49c044f31c82b 100644 (file)
@@ -52,7 +52,7 @@ static void request_background_data(StatisticViewerData *svd);
 GtkWidget *guistatistic_get_widget(StatisticViewerData *svd);
 
 //! Statistic Viewer's constructor hook
-GtkWidget *h_gui_statistic(Tab *tab, LttvTracesetSelector * s, char * key);
+GtkWidget *h_gui_statistic(Tab *tab);
 //! Statistic Viewer's constructor
 StatisticViewerData *gui_statistic(Tab *tab);
 //! Statistic Viewer's destructor
@@ -224,7 +224,7 @@ gui_statistic_destructor(StatisticViewerData *statistic_viewer_data)
  * @return The widget created.
  */
 GtkWidget *
-h_gui_statistic(Tab *tab, LttvTracesetSelector * s, char * key)
+h_gui_statistic(Tab *tab)
 {
   StatisticViewerData* statistic_viewer_data = gui_statistic(tab) ;
 
This page took 0.023339 seconds and 4 git commands to generate.