[gnome-robots] Removed calling of no-op games_scores_startup()



commit e55b9bc7a257b4f809acc31a738660ae58532ab5
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 39c8a62..6806259 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -287,8 +287,6 @@ startup (GtkApplication *app, gpointer user_data)
 {
   struct timeval tv;
 
-  games_scores_startup ();
-
   gettimeofday (&tv, NULL);
   srand (tv.tv_usec);
 


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