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;