]> git.mxchange.org Git - simgear.git/commitdiff
Remove a phantom makeDList call (probably an old one from my code.
authorehofman <ehofman>
Sun, 10 Oct 2004 19:16:25 +0000 (19:16 +0000)
committerehofman <ehofman>
Sun, 10 Oct 2004 19:16:25 +0000 (19:16 +0000)
simgear/scene/tgdb/obj.cxx

index c83d2198a93594c031b95497c3cae49b64d0fa9d..cec63c3ca28775107db1accb5b1be8f648e67692 100644 (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;