Fix some warnings in lttv/modules/gui
[lttv.git] / lttv / modules / gui / controlflow / cfv.c
index 603ac6306693c16878716b86eff5e6c087a31ec3..d807b7c90622e3f4422a141e5da48f878dc759f1 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include <glib.h>
+#include <glib/gprintf.h>
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 #include <lttv/lttv.h>
@@ -87,8 +88,6 @@ gboolean cfv_scroll_event(GtkWidget *widget, GdkEventScroll *event,
 static void        property_button      (GtkToolButton *toolbutton,
                                           gpointer       user_data)
 {
-  ControlFlowData *control_flow_data = (ControlFlowData*)user_data;
-
   g_printf("CFV Property button clicked\n");
 
 }
This page took 0.022499 seconds and 4 git commands to generate.