Remove a phantom makeDList call (probably an old one from my code.

This commit is contained in:
ehofman
2004-10-10 19:16:25 +00:00
parent 3a48c3de7a
commit 7d18f9bdde

View File

@@ -177,10 +177,6 @@ bool sgGenTile( const string& path, SGBucket b,
new ssgVtxTable ( GL_TRIANGLE_FAN, vl, nl, tl, cl );
leaf->setState( state );
#if PLIB_VERSION > 183
leaf->makeDList();
#endif
geometry->addKid( leaf );
return true;