From d98fc013878ab28cb062a4f25a45199b9ee9574a Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 5 Dec 2014 12:18:02 +0100 Subject: Made the CSSParser a valid subclass of Parser. --- src/core/parser/Scope.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/core/parser/Scope.hpp') diff --git a/src/core/parser/Scope.hpp b/src/core/parser/Scope.hpp index 9c5504f..5b19b3d 100644 --- a/src/core/parser/Scope.hpp +++ b/src/core/parser/Scope.hpp @@ -55,7 +55,7 @@ public: * Creates a new ScopedScope instance. * * @param scope is the backing Scope instance. - * @param node is the Node instance that should be poped onto the stack of + * @param node is the Node instance that should be pushed onto the stack of * the Scope instance. */ ScopedScope(Scope *scope, Handle node); @@ -107,11 +107,6 @@ public: */ Scope(Handle rootNode) { nodes.push_back(rootNode); } - /** - * Returns a reference at the Manager instance all nodes belong to. - */ - Manager &getManager() { return getRoot()->getManager(); } - /** * Pushes a new node onto the scope. * -- cgit v1.2.3