Remove VectorParser and ColorParser destructors
They weren't being used.
This commit is contained in:
parent
505a77d0e2
commit
1f01de6393
1 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,6 @@ struct Vector4Parser
|
||||||
typedef std::function<void (basics::Vector4)> CallbackFunction;
|
typedef std::function<void (basics::Vector4)> CallbackFunction;
|
||||||
|
|
||||||
Vector4Parser(Scene& scene, ParserStack& parsers, CallbackFunction onDone);
|
Vector4Parser(Scene& scene, ParserStack& parsers, CallbackFunction onDone);
|
||||||
~Vector4Parser();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,7 +99,6 @@ struct ColorParser
|
||||||
typedef std::function<void (basics::Color)> CallbackFunction;
|
typedef std::function<void (basics::Color)> CallbackFunction;
|
||||||
|
|
||||||
ColorParser(Scene& scene, ParserStack& parsers, CallbackFunction onDone);
|
ColorParser(Scene& scene, ParserStack& parsers, CallbackFunction onDone);
|
||||||
~ColorParser();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} /* namespace yaml */
|
} /* namespace yaml */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue