diff options
Diffstat (limited to 'src/math-window.c')
-rw-r--r-- | src/math-window.c | 9 |
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 |