1
0
Fork 0

Removed unnecessary ActorPrivate::workspace member.

This commit is contained in:
Tomas Frydrych 2008-10-08 16:10:15 +01:00
parent 1178800abb
commit 0e6fba083f
2 changed files with 0 additions and 8 deletions

View file

@ -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;

View file

@ -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;