removed extraneous parse() function from Scene.cc

git-svn-id: svn://anubis/fart/trunk@137 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-02-19 22:00:51 +00:00
parent cda03ad45a
commit 354edb9662

View File

@ -170,10 +170,6 @@ void Scene::load(const char * filename)
m_lights.push_back(light); m_lights.push_back(light);
} }
void parse(refptr<Node> node)
{
}
void Scene::render() void Scene::render()
{ {
if (m_verbose) if (m_verbose)