[gnome-robots/libgames-scores: 1/14] Removed calling of no-op games_scores_startup()



commit b5f871638a6182327f1e1b62facd6fbc32284a66
Author: Nikhar Agrawal <nikharagrawal2006 gmail com>
Date:   Wed Jun 25 21:10:57 2014 +0530

    Removed calling of no-op games_scores_startup()

 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]