kill a warning
authorDana Jansens <danakj@orodu.net>
Sun, 31 Aug 2003 16:39:53 +0000 (16:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 31 Aug 2003 16:39:53 +0000 (16:39 +0000)
openbox/stacking.c

index 3fa21de..791414f 100644 (file)
@@ -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)
 {