doc: remove references to Zaphod mode

This has been removed a long time ago (in 32d9a5b).
This commit is contained in:
Daniel Hahler 2015-07-24 15:20:55 +02:00
parent 9835f73a01
commit 9dad4f59a4
2 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -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.