mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -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,
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user