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;