summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-chooser-display.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-11 01:51:07 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:12 -0500
commit48f35210656c6f80052dce598d648bd17101a1cc (patch)
treee028d387a96f51cf7c8d4d37792cf2758480251c /daemon/gdm-xdmcp-chooser-display.c
parentca5fccc2217644ab5c4c5e8de7fa2fc8b627f63a (diff)
downloadgdm-48f35210656c6f80052dce598d648bd17101a1cc.tar.gz
slave: drop the slaves
At this point the slaves do nothing useful, so we can get rid of them. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-xdmcp-chooser-display.c')
-rw-r--r--daemon/gdm-xdmcp-chooser-display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/gdm-xdmcp-chooser-display.c b/daemon/gdm-xdmcp-chooser-display.c
index 711751bb..d593cb44 100644
--- a/daemon/gdm-xdmcp-chooser-display.c
+++ b/daemon/gdm-xdmcp-chooser-display.c
@@ -38,7 +38,6 @@
#include "gdm-display.h"
#include "gdm-launch-environment.h"
#include "gdm-xdmcp-chooser-display.h"
-#include "gdm-xdmcp-chooser-slave.h"
#include "gdm-common.h"
#include "gdm-address.h"
@@ -134,7 +133,6 @@ gdm_xdmcp_chooser_display_new (const char *hostname,
x11_display = g_strdup_printf ("%s:%d", hostname, number);
object = g_object_new (GDM_TYPE_XDMCP_CHOOSER_DISPLAY,
- "slave-type", GDM_TYPE_XDMCP_CHOOSER_SLAVE,
"remote-hostname", hostname,
"x11-display-number", number,
"x11-display-name", x11_display,