From: Dana Jansens Date: Mon, 6 Jan 2003 19:02:09 +0000 (+0000) Subject: no need for focusraise anymore X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=07d835a044c750c6ed8d58466fc5cc6a5808a8ac;hp=40449e199dfeab57e8d147e07989aef339a7da59;p=chaz%2Fopenbox no need for focusraise anymore --- diff --git a/scripts/builtins.py b/scripts/builtins.py index 3571e017..64a1bc6c 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -86,11 +86,6 @@ def lower_win(data): screen = Openbox_screen(openbox, OBClient_screen(client)) OBScreen_restack(screen, 0, client) -def focusraise(data): - """Focuses and raises the window on which the event occured""" - focus(data) - raise_win(data) - def toggle_shade(data): """Toggles the shade status of the window on which the event occured""" client = Openbox_findClient(openbox, data.window())