diff options
author | infirit <[email protected]> | 2014-05-20 12:35:08 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-20 12:35:08 +0200 |
commit | 271719fd4939afb1f055f07df1c96d2e2983c117 (patch) | |
tree | f9c978d8923553f4a54d62dbff248534bec06506 /src/profile-editor.c | |
parent | 3aa5d507f926446045e9df62ffc636d0793a8655 (diff) | |
download | mate-terminal-271719fd4939afb1f055f07df1c96d2e2983c117.tar.bz2 mate-terminal-271719fd4939afb1f055f07df1c96d2e2983c117.tar.xz |
Drop support for gtk+ < 2.24
Diffstat (limited to 'src/profile-editor.c')
-rw-r--r-- | src/profile-editor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/profile-editor.c b/src/profile-editor.c index 442ce3b..8076827 100644 --- a/src/profile-editor.c +++ b/src/profile-editor.c @@ -468,7 +468,6 @@ profile_palette_notify_colorpickers_cb (TerminalProfile *profile, static void custom_command_entry_changed_cb (GtkEntry *entry) { -#if GTK_CHECK_VERSION (2, 16, 0) const char *command; GError *error = NULL; @@ -490,7 +489,6 @@ custom_command_entry_changed_cb (GtkEntry *entry) g_error_free (error); } -#endif /* GTK+ >= 2.16.0 */ } static void |