analysis: ClutterStage
Remove unused variables.
This commit is contained in:
parent
136e8c1acb
commit
c2d434e3af
1 changed files with 1 additions and 7 deletions
|
@ -666,13 +666,7 @@ clutter_stage_set_property (GObject *object,
|
|||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
ClutterStage *stage;
|
||||
ClutterStagePrivate *priv;
|
||||
ClutterActor *actor;
|
||||
|
||||
stage = CLUTTER_STAGE (object);
|
||||
actor = CLUTTER_ACTOR (stage);
|
||||
priv = stage->priv;
|
||||
ClutterStage *stage = CLUTTER_STAGE (object);
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue