aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-single.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 0bc26d46c..9687aa38e 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -351,9 +351,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
/* Make sure this is off, we monitor for theme changes and set colors. */
pref->SetBoolPref ("browser.display.use_system_colors", PR_FALSE);
- /* Smooth scrolling on */
- pref->SetBoolPref ("general.smoothScroll", PR_TRUE);
-
/* Disable blinking text and marquee, its non-standard and annoying */
pref->SetBoolPref ("browser.blink_allowed", PR_FALSE);
pref->SetBoolPref ("browser.display.enable_marquee", PR_FALSE);
@@ -376,11 +373,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
pref->SetIntPref ("mousewheel.withcontrolkey.numlines", 1);
pref->SetBoolPref ("mousewheel.withcontrolkey.sysnumlines", PR_FALSE);
- /* Enable Image Auto-Resizing */
- pref->SetBoolPref ("browser.enable_automatic_image_resizing", PR_TRUE);
-
- /* User agent */
-
/* FIXME We need to do this because mozilla doesnt set product
sub for embedding apps */
pref->SetCharPref ("general.useragent.vendor", "Epiphany");