summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-11-08 00:00:39 +0300
committerMonsta <[email protected]>2015-11-08 00:00:39 +0300
commit3ed3babc3ed31c7b03f7475205acc6c5e52bac81 (patch)
tree30956de0085aa456dab9a00c1026cbee9b1f6d38 /src/core/window-private.h
parent228390697c5b89aee45796677cf1c98a8b50ba97 (diff)
downloadmarco-3ed3babc3ed31c7b03f7475205acc6c5e52bac81.tar.bz2
marco-3ed3babc3ed31c7b03f7475205acc6c5e52bac81.tar.xz
Revert "Merge pull request #115 from Samsagax/animation-fix-clean"
This reverts commit 567890a8a1884247de29e9f97cf9cd8110247c04, reversing changes made to a65a66d49bd0d6ec6c94b8e3ecd551cb570cec95.
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 0b3cf594..88713101 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -36,7 +36,6 @@
#include <config.h>
#include "window.h"
-#include "effects.h"
#include "screen-private.h"
#include "util.h"
#include "stack.h"
@@ -187,9 +186,6 @@ struct _MetaWindow
guint was_minimized : 1;
guint tab_unminimized : 1;
- /* Whether there is a pending effect */
- MetaEffectType effect_pending;
-
/* Whether the window is mapped; actual server-side state
* see also unmaps_pending
*/