aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-12-30 15:34:14 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-12-30 15:34:14 +0100
commitddf5219e77dd82b760bdb2338badb207794355cf (patch)
treefe4aa8bf6dc896746bcebec8a2a9c3e48ba73e99 /src/css.hh
parenta8bca1607de9d2a0e6c6172d5ad9979149b88c05 (diff)
move buildUserAgentStyle and buildUserStyle to styleengine.cc
By moving buildUserAgentStyle and buildUserStyle from css.cc to styleengine.cc we can avoid the circular dependency between css.hh and cssparser.hh.
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/css.hh b/src/css.hh
index 794caaab..94a57cf0 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -461,9 +461,6 @@ class CssContext {
CssStyleSheet sheet[CSS_PRIMARY_USER_IMPORTANT + 1];
int pos;
- void buildUserAgentStyle ();
- void buildUserStyle ();
-
public:
CssContext ();