Remove unused variables

This commit is contained in:
Emmanuele Bassi
2010-10-19 01:40:44 +01:00
parent 1c9dcdaeb2
commit 78d4073f8e
2 changed files with 0 additions and 2 deletions

View File

@ -430,7 +430,6 @@ clutter_shader_effect_class_init (ClutterShaderEffectClass *klass)
ClutterActorMetaClass *meta_class = CLUTTER_ACTOR_META_CLASS (klass);
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
ClutterOffscreenEffectClass *offscreen_class;
GParamSpec *pspec;
offscreen_class = CLUTTER_OFFSCREEN_EFFECT_CLASS (klass);