summaryrefslogtreecommitdiff
path: root/embed
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-02-29 19:52:40 +0100
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-03-15 19:05:32 +0000
commit3d52d36ac5f6b44185a967e21e07ce459958917c (patch)
tree9d481566b73c4146f5f6a3761dcd4d1f1cc82bbe /embed
parent8682a084bab7e758a9b8efe1deaf0cb8d55fcf44 (diff)
downloadepiphany-3d52d36ac5f6b44185a967e21e07ce459958917c.tar.gz
Set mobile user agent depending on chassis type
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-prefs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 3415f4141..311802eb5 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -475,11 +475,6 @@ static const PrefData webkit_pref_entries[] = {
"user-agent",
webkit_pref_callback_user_agent },
{ EPHY_PREFS_WEB_SCHEMA,
- EPHY_PREFS_WEB_MOBILE_USER_AGENT,
- "mobile-user-agent",
- /* No need for a specific callback, we just want to update the user agent. */
- webkit_pref_callback_user_agent },
- { EPHY_PREFS_WEB_SCHEMA,
EPHY_PREFS_WEB_COOKIES_POLICY,
"accept-policy",
webkit_pref_callback_cookie_accept_policy },