[gnome-robots/wip/libgames-support: 2/22] Removed calling of no-op games_scores_startup()



commit facd9179efd47a443d2fbb784e2c31b9dad420a5
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 f89273a..371a168 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]