diff --git a/objects/screen.c b/objects/screen.c index 5f3af3549..718772fc1 100644 --- a/objects/screen.c +++ b/objects/screen.c @@ -265,7 +265,6 @@ screen_scan_xinerama(void) static void screen_scan_x11(void) { - /* One screen only / Zaphod mode */ lua_State *L = globalconf_get_lua_State(); xcb_screen_t *xcb_screen = globalconf.screen; screen_t *s = screen_new(L); diff --git a/spawn.c b/spawn.c index b3dcf9b8d..e985ee7a9 100644 --- a/spawn.c +++ b/spawn.c @@ -336,8 +336,7 @@ parse_command(lua_State *L, int idx, GError **error) } /** Spawn a program. - * This function is multi-head (Zaphod) aware and will set display to - * the right screen according to mouse position. + * The program will be started on the default screen. * * @param cmd The command to launch. * @param use_sn Use startup-notification, true or false, default to true.