[gnome-games] libgames-support: Remove aisleriot special casing
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] libgames-support: Remove aisleriot special casing
- Date: Sun, 1 May 2011 12:19:25 +0000 (UTC)
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]