[gnome-games] libgames-support: Remove aisleriot special casing



commit 0d8eb9321a7ad7a4baf8700cc2f783ee4b3e6dd1
Author: Christian Persch <chpe gnome org>
Date:   Sun May 1 14:19:18 2011 +0200

    libgames-support: Remove aisleriot special casing

 libgames-support/games-runtime.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/libgames-support/games-runtime.c b/libgames-support/games-runtime.c
index ce2f4c8..8a7a523 100644
--- a/libgames-support/games-runtime.c
+++ b/libgames-support/games-runtime.c
@@ -333,11 +333,7 @@ games_runtime_init (const char *name)
   retval = TRUE;
 #endif /* ENABLE_BINRELOC */
 
-  if (strcmp (app_name, "aisleriot") == 0) {
-    gpl_version = 3;
-  } else {
-    gpl_version = 2;
-  }
+  gpl_version = 2;
 
   _games_profile_end ("games_runtime_init");
 



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