[gnome-robots/libgames-scores] do not call games_scores_startup



commit 66836635975b89fae8b4ce2f7e9bca4e61e8861f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jun 30 13:14:29 2014 -0500

    do not call games_scores_startup
    
    It has been removed

 src/gnome-robots.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index f96ef48..2382872 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -292,8 +292,6 @@ startup (GtkApplication *app, gpointer user_data)
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
   textdomain (GETTEXT_PACKAGE);
 
-  games_scores_startup ();
-
   gettimeofday (&tv, NULL);
   srand (tv.tv_usec);
 


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