[mutter] window-actor: Remove another unused field
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] window-actor: Remove another unused field
- Date: Mon, 15 Jul 2013 16:20:56 +0000 (UTC)
commit 73dbb4b9a52c651868057590e71616e8a5b726b2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Jun 12 21:48:23 2013 -0400
window-actor: Remove another unused field
src/compositor/meta-window-actor.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c
index 9a48f3f..a0f6283 100644
--- a/src/compositor/meta-window-actor.c
+++ b/src/compositor/meta-window-actor.c
@@ -127,8 +127,6 @@ struct _MetaWindowActorPrivate
guint no_shadow : 1;
- guint no_more_x_calls : 1;
-
guint unredirected : 1;
/* This is used to detect fullscreen windows that need to be unredirected */
@@ -1314,14 +1312,6 @@ meta_window_actor_destroy (MetaWindowActor *self)
priv->needs_destroy = TRUE;
- /*
- * Once the window destruction is initiated we can no longer perform any
- * furter X-based operations. For example, if we have a Map effect running,
- * we cannot query the window geometry once the effect completes. So, flag
- * this.
- */
- priv->no_more_x_calls = TRUE;
-
if (!meta_window_actor_effect_in_progress (self))
clutter_actor_destroy (CLUTTER_ACTOR (self));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]