[gnome-games] iagno: Remove runtime code



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

    iagno: Remove runtime code

 iagno/src/iagno.vala |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/iagno/src/iagno.vala b/iagno/src/iagno.vala
index 4360bde..3ece9f4 100644
--- a/iagno/src/iagno.vala
+++ b/iagno/src/iagno.vala
@@ -581,9 +581,6 @@ public class Iagno : Gtk.Application
 
     public static int main (string[] args)
     {
-        if (!GnomeGamesSupport.runtime_init ("iagno"))
-            return Posix.EXIT_FAILURE;
-
         var context = new OptionContext ("");
         context.set_translation_domain (GETTEXT_PACKAGE);
         context.add_group (Gtk.get_option_group (true));
@@ -609,8 +606,6 @@ public class Iagno : Gtk.Application
 
         var result = app.run ();
 
-        GnomeGamesSupport.runtime_shutdown ();
-
         return result;
     }
 }



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