diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-02 01:58:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-02 01:58:34 +0800 |
commit | 11a7cc65dfe779d091abd429784d7cad7dbcbf76 (patch) | |
tree | 071518269c2ad03849d0fb3826fef3d03ebc310f /embed/ephy-embed-prefs.h | |
parent | 0e85de55596a39a8f47b3448e376e4c3978c7a3c (diff) | |
download | gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar.gz gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar.bz2 gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar.lz gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar.xz gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.tar.zst gsoc2013-epiphany-11a7cc65dfe779d091abd429784d7cad7dbcbf76.zip |
Remove default font notifier, it's been obsoleted by the fonts rewrite.
2004-01-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-prefs.h:
* embed/mozilla/mozilla-notifiers.cpp:
Remove default font notifier, it's been obsoleted by the fonts rewrite.
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r-- | embed/ephy-embed-prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 0ba5954f8..33b86da97 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -12,7 +12,6 @@ #define CONF_SECURITY_COOKIES_ACCEPT "/apps/epiphany/web/cookie_accept" #define CONF_LANGUAGE_AUTODETECT_ENCODING "/apps/epiphany/web/autodetect_encoding" #define CONF_LANGUAGE_DEFAULT_ENCODING "/apps/epiphany/web/default_encoding" -#define CONF_RENDERING_DEFAULT_FONT "/apps/epiphany/web/default_font_type" /* These are defined gnome wide now */ #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" |