From 07d835a044c750c6ed8d58466fc5cc6a5808a8ac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 6 Jan 2003 19:02:09 +0000 Subject: [PATCH] no need for focusraise anymore --- scripts/builtins.py | 5 ----- 1 file changed, 5 deletions(-) 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()) -- 2.39.2