diff options
Diffstat (limited to 'src/stack.c')
-rw-r--r-- | src/stack.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stack.c b/src/stack.c index 23a57e5..ef860be 100644 --- a/src/stack.c +++ b/src/stack.c @@ -268,10 +268,6 @@ compute_layer (MetaWindow *window) /* still experimenting here */ window->layer = META_LAYER_NORMAL; break; - - case META_WINDOW_FULLSCREEN: - window->layer = META_LAYER_FULLSCREEN; - break; default: window->layer = META_LAYER_NORMAL; |