[atomix/wip/gtk3-port: 2/3] Bumped gtk requirement and removed compat code



commit 3d9dcc154811e2636a8a2eeb846ba33982f0668f
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Jan 10 23:11:29 2015 +0200

    Bumped gtk requirement and removed compat code

 configure.ac              |    2 +-
 src/games-gtk-compat.h    |   44 --------------------------------------------
 src/games-scores-dialog.c |    1 -
 3 files changed, 1 insertions(+), 46 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index facf744..f449566 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ GNOME_COMPILE_WARNINGS([maximum])
 GNOME_MAINTAINER_MODE_DEFINES
 
 dnl ================= Requirements =======================
-LIBGTK_REQUIRED=2.14.0
+LIBGTK_REQUIRED=2.24.0
 LIBXML_REQUIRED=2.4.23
 GLIB_REQUIRED=2.36.0
 GDK_PIXBUF_REQUIRED=2.0.5
diff --git a/src/games-scores-dialog.c b/src/games-scores-dialog.c
index 03f6279..fcde89f 100644
--- a/src/games-scores-dialog.c
+++ b/src/games-scores-dialog.c
@@ -26,7 +26,6 @@
 
 #include "games-scores-dialog.h"
 #include "games-scores-dialog-private.h"
-#include "games-gtk-compat.h"
 
 G_DEFINE_TYPE (GamesScoresDialog, games_scores_dialog, GTK_TYPE_DIALOG);
 


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