summaryrefslogtreecommitdiff
path: root/src/math-window.c
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-21 04:38:13 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-21 04:41:09 +0100
commit48fe60d466a5aba0cca69b6ae7c386c4a473074c (patch)
treea9453f7dab7fd6eb65534b72ac65b8a5e7f209a2 /src/math-window.c
parent7d47e2e5c2b075353df5b62f67d2abd3b9315fe7 (diff)
downloadmate-calc-48fe60d466a5aba0cca69b6ae7c386c4a473074c.tar.bz2
mate-calc-48fe60d466a5aba0cca69b6ae7c386c4a473074c.tar.xz
remove gtk2/3 conditions
Diffstat (limited to 'src/math-window.c')
-rw-r--r--src/math-window.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/math-window.c b/src/math-window.c
index d05b79b..990246d 100644
--- a/src/math-window.c
+++ b/src/math-window.c
@@ -17,8 +17,6 @@
#include "utility.h"
// gtk3 hack
-#if !GTK_CHECK_VERSION (3, 0, 0)
-
#ifndef GDK_KEY_F1
#define GDK_KEY_F1 GDK_F1
#endif
@@ -31,13 +29,6 @@
#define GDK_KEY_Z GDK_z
#endif
-#else // gtk 3.0.0
-
- #define gtk_vbox_new(x,y) \
- gtk_box_new(GTK_ORIENTATION_VERTICAL, y)
-
-#endif
-
enum {
PROP_0,
PROP_EQUATION