]> Dogcows Code - chaz/openbox/commitdiff
remove an extra useless call to focus_set_client(NULL)
authorDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 23:25:21 +0000 (23:25 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 23:25:21 +0000 (23:25 +0000)
openbox/focus.c

index 141fc4746b342a519c66ccbccbcfb8b835267a90..0a88865aa8736846775d102ddab443b5b93e7066 100644 (file)
@@ -235,8 +235,7 @@ void focus_fallback(FallbackType type)
                 return;
             }
 
-    /* nothing to focus */
-    focus_set_client(NULL);
+    /* nothing to focus, and already set it to none above */
 }
 
 static void popup_cycle(Client *c, gboolean show)
This page took 0.028636 seconds and 4 git commands to generate.