cookbook: Removed unused constant
This commit is contained in:
parent
8c0c2924ae
commit
0486c56a41
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue