]> Dogcows Code - chaz/openbox/commitdiff
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 3fa21ded17bb81b0fd51a4132fb91cc38186c7b6..791414ffac8af761021f32589eb652967e2b0d20 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)
 {
This page took 0.021915 seconds and 4 git commands to generate.