[gdm] daemon: drop static-factory-display stuff



commit d7c3fd80d26da858d6abce7b59e000fb9cff7729
Author: Ray Strode <rstrode redhat com>
Date:   Wed Jun 15 10:17:37 2011 -0400

    daemon: drop static-factory-display stuff
    
    It's not used.  If we need it later we can bring it back
    from history.

 daemon/INTERNALS                      |    6 -
 daemon/Makefile.am                    |    6 -
 daemon/gdm-local-display-factory.c    |    1 -
 daemon/gdm-static-factory-display.c   |  221 ---------------------------------
 daemon/gdm-static-factory-display.h   |   64 ----------
 daemon/gdm-static-factory-display.xml |    5 -
 6 files changed, 0 insertions(+), 303 deletions(-)
---
diff --git a/daemon/INTERNALS b/daemon/INTERNALS
index f7f5e10..3ab2afe 100644
--- a/daemon/INTERNALS
+++ b/daemon/INTERNALS
@@ -35,12 +35,6 @@ Server diplay.
 
 A subclass of GdmDisplay that represents a local display.
 
-*** GdmStaticFactoryDisplay
-
-A subclass of GdmDisplay that represents a local display that only
-runs a login greeter interface.  A GdmProductDisplay is created to
-manage each new user session.
-
 *** GdmProductDisplay
 
 A subclass of GdmDisplay that only runs a user session.  It does not
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index da18835..5b4796a 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -41,7 +41,6 @@ BUILT_SOURCES =					\
 	gdm-static-display-glue.h		\
 	gdm-transient-display-glue.h		\
 	gdm-local-display-factory-glue.h	\
-	gdm-static-factory-display-glue.h	\
 	gdm-product-display-glue.h		\
 	$(NULL)
 
@@ -71,8 +70,6 @@ gdm-transient-display-glue.h: gdm-transient-display.xml Makefile.am
 	dbus-binding-tool --prefix=gdm_transient_display --mode=glib-server --output=gdm-transient-display-glue.h $(srcdir)/gdm-transient-display.xml
 gdm-local-display-factory-glue.h: gdm-local-display-factory.xml Makefile.am
 	dbus-binding-tool --prefix=gdm_local_display_factory --mode=glib-server --output=gdm-local-display-factory-glue.h $(srcdir)/gdm-local-display-factory.xml
-gdm-static-factory-display-glue.h: gdm-static-factory-display.xml Makefile.am
-	dbus-binding-tool --prefix=gdm_static_factory_display --mode=glib-server --output=gdm-static-factory-display-glue.h $(srcdir)/gdm-static-factory-display.xml
 gdm-product-display-glue.h: gdm-product-display.xml Makefile.am
 	dbus-binding-tool --prefix=gdm_product_display --mode=glib-server --output=gdm-product-display-glue.h $(srcdir)/gdm-product-display.xml
 
@@ -300,8 +297,6 @@ gdm_binary_SOURCES = 			\
 	gdm-static-display.h		\
 	gdm-transient-display.c		\
 	gdm-transient-display.h		\
-	gdm-static-factory-display.c	\
-	gdm-static-factory-display.h	\
 	gdm-product-display.c		\
 	gdm-product-display.h		\
 	gdm-manager.c			\
@@ -379,6 +374,5 @@ EXTRA_DIST = 				\
 	gdm-static-display.xml		\
 	gdm-transient-display.xml	\
 	gdm-local-display-factory.xml	\
-	gdm-static-factory-display.xml	\
 	gdm-product-display.xml		\
 	$(NULL)
diff --git a/daemon/gdm-local-display-factory.c b/daemon/gdm-local-display-factory.c
index c5030ac..219e142 100644
--- a/daemon/gdm-local-display-factory.c
+++ b/daemon/gdm-local-display-factory.c
@@ -34,7 +34,6 @@
 #include "gdm-display-store.h"
 #include "gdm-static-display.h"
 #include "gdm-transient-display.h"
-#include "gdm-static-factory-display.h"
 #include "gdm-product-display.h"
 
 #define GDM_LOCAL_DISPLAY_FACTORY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GDM_TYPE_LOCAL_DISPLAY_FACTORY, GdmLocalDisplayFactoryPrivate))



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