diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index d532d41f0..437a88b10 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -77,7 +77,6 @@ enum USE_FONTS_PROP, MIN_SIZE_PROP, USE_COLORS_PROP, - SMOOTHSCROLL_PROP, CSS_CONTAINER_PROP, CSS_CHECKBOX_PROP, CSS_EDIT_BOX_PROP, @@ -121,7 +120,6 @@ EphyDialogProperty properties [] = { "use_fonts_checkbutton", CONF_RENDERING_USE_OWN_FONTS, PT_AUTOAPPLY | PT_INVERTED, 0 }, { "min_size_spinbutton", CONF_RENDERING_FONT_MIN_SIZE, PT_AUTOAPPLY, 0 }, { "use_colors_checkbutton", CONF_RENDERING_USE_OWN_COLORS, PT_AUTOAPPLY | PT_INVERTED, 0 }, - { "smoothscroll_button", CONF_DISPLAY_SMOOTHSCROLL, PT_AUTOAPPLY, 0 }, { "css_container", NULL, PT_NORMAL, 0 }, { "css_checkbox", CONF_USER_CSS_ENABLED, PT_AUTOAPPLY, 0 }, { "css_edit_box", NULL, PT_NORMAL, 0 }, |