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:
parent
cda03ad45a
commit
354edb9662
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user