diff options
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 4 |
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 */ |