diff options
Diffstat (limited to 'src/core/CSSParser.cpp')
-rw-r--r-- | src/core/CSSParser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CSSParser.cpp b/src/core/CSSParser.cpp index 1763cc2..00d9c72 100644 --- a/src/core/CSSParser.cpp +++ b/src/core/CSSParser.cpp @@ -23,7 +23,6 @@ #include "CSSParser.hpp" namespace ousia { -namespace utils { // CSS code tokens static const int CURLY_OPEN = 1; @@ -78,4 +77,3 @@ StyleNode CSSParser::parse(BufferedCharReader &input) // TODO: implement } } -} |