diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-12-30 15:34:14 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-12-30 15:34:14 +0100 |
commit | ddf5219e77dd82b760bdb2338badb207794355cf (patch) | |
tree | fe4aa8bf6dc896746bcebec8a2a9c3e48ba73e99 /src/css.hh | |
parent | a8bca1607de9d2a0e6c6172d5ad9979149b88c05 (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.hh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -461,9 +461,6 @@ class CssContext { CssStyleSheet sheet[CSS_PRIMARY_USER_IMPORTANT + 1]; int pos; - void buildUserAgentStyle (); - void buildUserStyle (); - public: CssContext (); |