mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Remove unused variables
This commit is contained in:
parent
1c9dcdaeb2
commit
78d4073f8e
@ -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…
Reference in New Issue
Block a user