From: ehofman Date: Sun, 10 Oct 2004 19:16:25 +0000 (+0000) Subject: Remove a phantom makeDList call (probably an old one from my code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d18f9bddedba156662da72e2386b00a6d29bf76;p=simgear.git Remove a phantom makeDList call (probably an old one from my code. --- diff --git a/simgear/scene/tgdb/obj.cxx b/simgear/scene/tgdb/obj.cxx index c83d2198..cec63c3c 100644 --- a/simgear/scene/tgdb/obj.cxx +++ b/simgear/scene/tgdb/obj.cxx @@ -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;