aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 714553ff..bec4875b 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -38,7 +38,6 @@ class StyleEngine {
void stackPush ();
void stackPop ();
- void buildUserAgentStyle ();
void buildUserStyle ();
dw::core::style::Style *style0 (int i, BrowserWindow *bw, DilloUrl *url);
dw::core::style::Style *wordStyle0 (BrowserWindow *bw, DilloUrl *url);
@@ -64,6 +63,8 @@ class StyleEngine {
dw::core::style::Font *font);
public:
+ static void init ();
+
StyleEngine (dw::core::Layout *layout);
~StyleEngine ();