summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-display.c')
-rw-r--r--daemon/gdm-display.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index 742532e6..b206e88a 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -607,12 +607,6 @@ _gdm_display_set_status (GdmDisplay *self,
}
}
-static void
-gdm_display_real_manage (GdmDisplay *self)
-{
- _gdm_display_set_status (self, GDM_DISPLAY_MANAGED);
-}
-
static gboolean
gdm_display_real_prepare (GdmDisplay *self)
{
@@ -1329,7 +1323,6 @@ gdm_display_class_init (GdmDisplayClass *klass)
object_class->finalize = gdm_display_finalize;
klass->prepare = gdm_display_real_prepare;
- klass->manage = gdm_display_real_manage;
g_object_class_install_property (object_class,
PROP_ID,