diff options
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index dca78510..b48b6e2e 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -451,8 +451,7 @@ Style * StyleEngine::wordStyle0 (CssPropertyList *nonCssProperties) { return stack->getRef (stack->size () - 1)->wordStyle; } -void StyleEngine::parse (const char *buf, int buflen, - int order_count, CssOrigin origin) { +void StyleEngine::parse (const char *buf, int buflen, CssOrigin origin) { - a_Css_parse (cssContext, buf, buflen, order_count, origin); + a_Css_parse (cssContext, buf, buflen, origin); } |