[tests] Remove compiler warnings
[clutter-gtk] / examples / gtk-clutter-test.c
index 48f44eb..5b7f025 100644 (file)
@@ -125,7 +125,7 @@ main (int argc, char *argv[])
   ClutterTimeline *timeline;
   ClutterActor    *stage;
   ClutterColor     stage_color = { 0x61, 0x64, 0x8c, 0xff };
-  GtkWidget       *window, *clutter, *socket_box;
+  GtkWidget       *window, *clutter;
   GtkWidget       *label, *button, *vbox;
   GdkPixbuf       *pixbuf;
   SuperOH         *oh;