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