summaryrefslogtreecommitdiff
path: root/src/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/list.c b/src/list.c
index 0a5b96e..7751c69 100644
--- a/src/list.c
+++ b/src/list.c
@@ -485,33 +485,6 @@ set_active_window (rp_window *win)
maximize (win);
unhide_window (win);
- /* hide the old active window */
-/* if (win->transient */
-/* && find_window (win->transient_for) == last_win) */
-/* { */
-/* /\* Do nothing if the transient is already in the frame *\/ */
-/* } */
-/* else */
-/* { */
-/* if (last_win) */
-/* { */
-/* if(win->transient && last_win->transient */
-/* && find_window (win->transient_for) == find_window (last_win->transient_for)) */
-/* { */
-/* /\* Do nothing if last win's transient is already in the */
-/* frame. *\/ */
-/* } */
-/* else */
-/* { */
-/* hide_transient_for (last_win); */
-/* } */
-
-/* hide_window (last_win); */
-/* } */
-
- give_window_focus (win, last_win);
-/* } */
-
/* Make sure the program bar is always on the top */
update_window_names (win->scr);