diff options
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 |