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

@ -380,7 +380,6 @@ static void
clutter_script_class_init (ClutterScriptClass *klass)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
GParamSpec *pspec;
g_type_class_add_private (klass, sizeof (ClutterScriptPrivate));

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);