mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
Removed unnecessary ActorPrivate::workspace member.
This commit is contained in:
parent
1178800abb
commit
0e6fba083f
@ -127,8 +127,6 @@ struct ActorPrivate
|
||||
{
|
||||
ClutterActor *orig_parent;
|
||||
|
||||
gint workspace;
|
||||
|
||||
ClutterTimeline *tml_minimize;
|
||||
ClutterTimeline *tml_maximize;
|
||||
ClutterTimeline *tml_destroy;
|
||||
@ -243,8 +241,6 @@ switch_workspace (const GList **actors, gint from, gint to)
|
||||
|
||||
workspace = meta_comp_window_get_workspace (mcw);
|
||||
|
||||
priv->workspace = workspace;
|
||||
|
||||
if (workspace == to || workspace == from)
|
||||
{
|
||||
gint x, y;
|
||||
|
@ -127,8 +127,6 @@ struct ActorPrivate
|
||||
{
|
||||
ClutterActor *orig_parent;
|
||||
|
||||
gint workspace;
|
||||
|
||||
ClutterTimeline *tml_minimize;
|
||||
ClutterTimeline *tml_maximize;
|
||||
ClutterTimeline *tml_destroy;
|
||||
@ -243,8 +241,6 @@ switch_workspace (const GList **actors, gint from, gint to)
|
||||
|
||||
workspace = meta_comp_window_get_workspace (mcw);
|
||||
|
||||
priv->workspace = workspace;
|
||||
|
||||
if (workspace == to || workspace == from)
|
||||
{
|
||||
gint x, y;
|
||||
|
Loading…
Reference in New Issue
Block a user