X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fbuiltins.py;h=64a1bc6c9641ac1f22208308bb15ea7fe5edf6e1;hb=00e2c5aaad4a0831fd1e0d1b1c287df4d6eaac93;hp=3571e0178114a09b6c10e82bacbc4dce0f35a1e1;hpb=69c257faa94334b8d19fc97292622499c43929db;p=chaz%2Fopenbox 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())