From 0486c56a41870ac1ebb3a0200060fb80282a1f25 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Tue, 17 Aug 2010 14:54:32 +0100 Subject: [PATCH] cookbook: Removed unused constant --- doc/cookbook/examples/textures-crossfade.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/cookbook/examples/textures-crossfade.c b/doc/cookbook/examples/textures-crossfade.c index de83bf1a7..e6b94cff5 100644 --- a/doc/cookbook/examples/textures-crossfade.c +++ b/doc/cookbook/examples/textures-crossfade.c @@ -1,8 +1,6 @@ #include #include -static const ClutterColor stage_color = { 0x33, 0x33, 0x55, 0xff }; - static gchar *source = NULL; static gchar *target = NULL; static guint duration = 1000;