summaryrefslogtreecommitdiff
path: root/src/core/CSSParser.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-21 11:10:31 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-21 11:10:31 +0100
commit08e654dcda7fa6d764558ea184fe1a47bc4001c8 (patch)
tree0d97c16706ebb7832a7797146963f13bc33f24b1 /src/core/CSSParser.cpp
parentca2040ba16459f5b3dfe8a86a14680eecea7ef7d (diff)
Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code.
Diffstat (limited to 'src/core/CSSParser.cpp')
-rw-r--r--src/core/CSSParser.cpp2
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
}
}
-}