summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8d057f2..4127abd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -285,8 +285,7 @@ main (int argc, char *argv[])
}
/* Set an initial window as active. */
- rp_current_window = rp_window_head;
- set_active_window (rp_current_window);
+ set_active_window (rp_window_head);
handle_events ();