From 02045b14d62bca513bd81d11ca1ae8623edda105 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 31 Aug 2003 16:39:53 +0000 Subject: [PATCH] kill a warning --- openbox/stacking.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/stacking.c b/openbox/stacking.c index 3fa21ded..791414ff 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -210,6 +210,7 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise) return ret; } +#if 0 static GList *pick_group_windows(ObClient *top, ObClient *selected, gboolean raise) { @@ -238,6 +239,7 @@ static GList *pick_group_windows(ObClient *top, ObClient *selected, } return ret; } +#endif void stacking_raise(ObWindow *window) { -- 2.39.2