diff options
Diffstat (limited to 'charpick')
-rw-r--r-- | charpick/properties.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/charpick/properties.c b/charpick/properties.c index 80bea55c..8038af58 100644 --- a/charpick/properties.c +++ b/charpick/properties.c @@ -549,9 +549,6 @@ show_preferences_dialog (GtkAction *action, gtk_container_set_border_width (GTK_CONTAINER (curr_data->propwindow), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area(GTK_DIALOG (curr_data->propwindow))), 2); gtk_dialog_set_default_response (GTK_DIALOG (curr_data->propwindow), GTK_RESPONSE_CLOSE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (curr_data->propwindow), FALSE); -#endif default_chars_frame_create(curr_data); g_signal_connect (G_OBJECT (curr_data->propwindow), "response", |