analysis: ClutterStage

Remove unused variables.
This commit is contained in:
Emmanuele Bassi 2010-02-11 15:19:18 +00:00
parent 136e8c1acb
commit c2d434e3af

View File

@ -666,13 +666,7 @@ clutter_stage_set_property (GObject *object,
const GValue *value, const GValue *value,
GParamSpec *pspec) GParamSpec *pspec)
{ {
ClutterStage *stage; ClutterStage *stage = CLUTTER_STAGE (object);
ClutterStagePrivate *priv;
ClutterActor *actor;
stage = CLUTTER_STAGE (object);
actor = CLUTTER_ACTOR (stage);
priv = stage->priv;
switch (prop_id) switch (prop_id)
{ {