[gnome-games] lightsoff: Remove runtime code



commit 49f8e280f5078f696618dfea5545e14038c14003
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Jan 1 15:01:35 2012 +1100

    lightsoff: Remove runtime code

 lightsoff/src/lightsoff.vala |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/lightsoff/src/lightsoff.vala b/lightsoff/src/lightsoff.vala
index ef5eb53..d4cc2c7 100644
--- a/lightsoff/src/lightsoff.vala
+++ b/lightsoff/src/lightsoff.vala
@@ -156,7 +156,6 @@ public class LightsOff
             return Posix.EXIT_FAILURE;
         }
 
-        GnomeGamesSupport.runtime_init ("lightsoff");
         GnomeGamesSupport.stock_init ();
 
         LightsOff app;
@@ -173,8 +172,6 @@ public class LightsOff
 
         Gtk.main ();
 
-        GnomeGamesSupport.runtime_shutdown();
-
         return Posix.EXIT_SUCCESS;
     }
 }



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