1
0
Fork 0

cookbook: Removed unused constant

This commit is contained in:
Elliot Smith 2010-08-17 14:54:32 +01:00
parent 8c0c2924ae
commit 0486c56a41

View file

@ -1,8 +1,6 @@
#include <stdlib.h>
#include <clutter/clutter.h>
static const ClutterColor stage_color = { 0x33, 0x33, 0x55, 0xff };
static gchar *source = NULL;
static gchar *target = NULL;
static guint duration = 1000;