summaryrefslogtreecommitdiff
path: root/openbox/stacking.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/stacking.c')
-rw-r--r--openbox/stacking.c2
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)
{