mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
analysis: ClutterStage
Remove unused variables.
This commit is contained in:
parent
136e8c1acb
commit
c2d434e3af
@ -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…
Reference in New Issue
Block a user