diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-31 16:39:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-31 16:39:53 +0000 |
| commit | 02045b14d62bca513bd81d11ca1ae8623edda105 (patch) | |
| tree | 13e2a2cd474a773ef435b603f933a80636bfd04a /openbox/stacking.c | |
| parent | 3e4495c4c85c5cbc04e30f9d6501391d1837e80f (diff) | |
kill a warning
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
