From: Dana Jansens Date: Sun, 31 Aug 2003 16:39:53 +0000 (+0000) Subject: kill a warning X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=02045b14d62bca513bd81d11ca1ae8623edda105;p=chaz%2Fopenbox kill a warning --- 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) {