diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index ada6ad5d..02176591 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -559,12 +559,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences, INDENTED_ADD (button, 0, 1, 2, 3); button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL); INDENTED_ADD (button, 1, 2, 2, 3); - #if !HAVE_HILDON - button = katze_property_proxy (settings, "middle-click-opens-selection", NULL); - INDENTED_ADD (button, 0, 1, 3, 4); - button = katze_property_proxy (settings, "open-popups-in-tabs", NULL); - SPANNED_ADD (button, 1, 2, 3, 4); - #endif button = katze_property_proxy (settings, "open-tabs-next-to-current", NULL); WIDGET_ADD (button, 0, 1, 5, 6); button = katze_property_proxy (settings, "close-buttons-on-tabs", NULL);