[gdm/wip/wayland-rebase: 7/20] display: Remove gdm_display_get_bus_connection



commit df5bc25213c828a36a4783b09b538ef83217b46e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Feb 7 10:07:58 2014 -0500

    display: Remove gdm_display_get_bus_connection
    
    It's unused.

 daemon/gdm-display.c |    6 ------
 daemon/gdm-display.h |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index 297b41a..1d26e29 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -1638,12 +1638,6 @@ gdm_display_finalize (GObject *object)
         G_OBJECT_CLASS (gdm_display_parent_class)->finalize (object);
 }
 
-GDBusConnection *
-gdm_display_get_bus_connection (GdmDisplay *display)
-{
-        return display->priv->connection;
-}
-
 GDBusObjectSkeleton *
 gdm_display_get_object_skeleton (GdmDisplay *display)
 {
diff --git a/daemon/gdm-display.h b/daemon/gdm-display.h
index 6659c06..bfba143 100644
--- a/daemon/gdm-display.h
+++ b/daemon/gdm-display.h
@@ -109,7 +109,6 @@ gboolean            gdm_display_manage                         (GdmDisplay *disp
 gboolean            gdm_display_finish                         (GdmDisplay *display);
 gboolean            gdm_display_unmanage                       (GdmDisplay *display);
 
-GDBusConnection    *gdm_display_get_bus_connection             (GdmDisplay *display);
 GDBusObjectSkeleton *gdm_display_get_object_skeleton           (GdmDisplay *display);
 
 /* exported to bus */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]