Remove unused variables
This commit is contained in:
parent
1c9dcdaeb2
commit
78d4073f8e
2 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue