summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-11-02 22:22:20 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-11-02 22:22:20 +0000
commit0beab2c140806a52534423afbb22a535295be596 (patch)
treed14448eaff9f1f204f2abd2f248e2f828797870a /examples
parent18dbe63f0534757dad095801fd692957ad340a32 (diff)
downloadclutter-gtk-0beab2c140806a52534423afbb22a535295be596.tar.gz
Remove unused variables
Fix a compiler warning.
Diffstat (limited to 'examples')
-rw-r--r--examples/gtk-clutter-events.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/gtk-clutter-events.c b/examples/gtk-clutter-events.c
index 3761f91..4397384 100644
--- a/examples/gtk-clutter-events.c
+++ b/examples/gtk-clutter-events.c
@@ -140,7 +140,6 @@ main (gint argc, gchar **argv)
GtkWidget *widget, *vbox, *hbox, *button, *label, *box;
ClutterActor *actor;
GdkPixbuf *pixbuf = NULL;
- gfloat width, height;
ClutterColor stage_color = {255, 255, 255, 255};
ClutterColor text_color = {0, 0, 0, 255};