[gdm/wip/slave-connection: 5/37] daemon: drop if 0'd code



commit 5e3d4973f4750106650a96c67f57d176905104f7
Author: Ray Strode <rstrode redhat com>
Date:   Sat Jul 7 00:45:08 2012 -0400

    daemon: drop if 0'd code
    
    It's referencing api we don't have anymore.

 daemon/gdm-local-display-factory.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/daemon/gdm-local-display-factory.c b/daemon/gdm-local-display-factory.c
index 9d823eb..9cdf198 100644
--- a/daemon/gdm-local-display-factory.c
+++ b/daemon/gdm-local-display-factory.c
@@ -347,11 +347,7 @@ create_display (GdmLocalDisplayFactory *factory,
 
         num = take_next_display_number (factory);
 
-#if 0
-        display = gdm_static_factory_display_new (num);
-#else
         display = gdm_static_display_new (num);
-#endif
 
         g_object_set (display, "seat-id", seat_id, NULL);
 



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