summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2016-03-21 13:45:11 -0700
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-05-13 10:19:26 +0300
commit3c67fd1f8f634b235d3c2a53367f66542031e63f (patch)
treeed85c5f04f476990464fcd0229abfede37b6b7f6
parented0e75b761efddd4d031713b5e7987f13ea1fa6b (diff)
downloadmetacity-3c67fd1f8f634b235d3c2a53367f66542031e63f.tar.gz
stack: remove META_LAYER_FOCUSED_WINDOW
Usage of this was removed 14 years ago in 25ca0e2. Let's remove the constant, too.
-rw-r--r--src/core/stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stack.h b/src/core/stack.h
index 1876336f..ee8f0c65 100644
--- a/src/core/stack.h
+++ b/src/core/stack.h
@@ -53,7 +53,6 @@ typedef enum
META_LAYER_TOP = 4, /* Same as DOCK; see EWMH and bug 330717 */
META_LAYER_DOCK = 4,
META_LAYER_FULLSCREEN = 5,
- META_LAYER_FOCUSED_WINDOW = 6,
META_LAYER_OVERRIDE_REDIRECT = 7,
META_LAYER_LAST = 8
} MetaStackLayer;