]> Dogcows Code - chaz/openbox/commitdiff
no need for focusraise anymore
authorDana Jansens <danakj@orodu.net>
Mon, 6 Jan 2003 19:02:09 +0000 (19:02 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 6 Jan 2003 19:02:09 +0000 (19:02 +0000)
scripts/builtins.py

index 3571e0178114a09b6c10e82bacbc4dce0f35a1e1..64a1bc6c9641ac1f22208308bb15ea7fe5edf6e1 100644 (file)
@@ -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())
This page took 0.023348 seconds and 4 git commands to generate.