From 74510389bc6dc9f7991d34a312ce5ef6b3d113cb Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 11 Feb 2006 23:41:15 +0000 Subject: [PATCH] remove this legacy cruft that we stopped using years ago 2006-02-11 Elijah Newren * src/window.c (enum GnomeWinLayer): remove this legacy cruft that we stopped using years ago --- ChangeLog | 5 +++++ src/window.c | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8061a6a6b..de71576bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-11 Elijah Newren + + * src/window.c (enum GnomeWinLayer): remove this legacy cruft that + we stopped using years ago + 2006-02-10 Thomas Thurman Avoid a memory leak when checking which workspace(s) a window is diff --git a/src/window.c b/src/window.c index 82422fc44..5df5c36e8 100644 --- a/src/window.c +++ b/src/window.c @@ -5466,17 +5466,6 @@ update_transient_for (MetaWindow *window) meta_stack_update_transient (window->screen->stack, window); } -/* some legacy cruft */ -typedef enum -{ - WIN_LAYER_DESKTOP = 0, - WIN_LAYER_BELOW = 2, - WIN_LAYER_NORMAL = 4, - WIN_LAYER_ONTOP = 6, - WIN_LAYER_DOCK = 8, - WIN_LAYER_ABOVE_DOCK = 10 -} GnomeWinLayer; - static void update_net_wm_type (MetaWindow *window) {