diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-07-17 12:40:13 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-07-17 12:40:13 +1000 |
commit | 3f6c7b64fa6ecfa59ec6a93fb22c4b1ea6205149 (patch) | |
tree | 2ec937baafa2576fb64f69aa9f82b76cd27a9700 /src/xserver.h | |
parent | 58ac0b5b5741aaf0ae67923e5fc4335d09a2d424 (diff) | |
download | lightdm-3f6c7b64fa6ecfa59ec6a93fb22c4b1ea6205149.tar.gz |
Always use Xephyr when DISPLAY is set
Diffstat (limited to 'src/xserver.h')
-rw-r--r-- | src/xserver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xserver.h b/src/xserver.h index 5b79b4cd..6405ad47 100644 --- a/src/xserver.h +++ b/src/xserver.h @@ -57,10 +57,6 @@ XServer *xserver_new (const gchar *config_section, XServerType type, const gchar XServerType xserver_get_server_type (XServer *server); -void xserver_set_command (XServer *server, const gchar *command); - -const gchar *xserver_get_command (XServer *server); - void xserver_set_port (XServer *server, guint port); guint xserver_get_port (XServer *server); |