]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
remove an extra useless call to focus_set_client(NULL)
[chaz/openbox] / 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.022264 seconds and 4 git commands to generate.