X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftrack.cpp;h=793dec5888f9167e99f250ab3f86ceb529ce7ba3;hb=4236c30c0a7a48854e9634e9ad7d8d6e0fd243a3;hp=8b36b194220c0c3175da4c322e9b846e5112b656;hpb=f8a7788cee0261babfc4c804a58515aad6dfbc3d;p=r2c2.git diff --git a/source/3d/track.cpp b/source/3d/track.cpp index 8b36b19..793dec5 100644 --- a/source/3d/track.cpp +++ b/source/3d/track.cpp @@ -1,13 +1,5 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include -#include #include #include "libr2c2/tracktype.h" #include "endpoint.h" @@ -107,12 +99,6 @@ GL::Matrix Track3D::get_matrix() const void Track3D::setup_render(Msp::GL::Renderer &renderer, const GL::Tag &) const { renderer.matrix_stack() *= get_matrix(); - glPushName(reinterpret_cast(this)); -} - -void Track3D::finish_render(Msp::GL::Renderer &, const GL::Tag &) const -{ - glPopName(); } void Track3D::link_changed(unsigned i, Track *trk)