From e318be8501559a9e53aa9990bf7e07b00c00ee51 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 14 Apr 2003 15:51:42 +0000 Subject: Shapes fixed --- lib/texture.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/texture.cc') diff --git a/lib/texture.cc b/lib/texture.cc index bea33a4..43c8ac3 100644 --- a/lib/texture.cc +++ b/lib/texture.cc @@ -205,9 +205,6 @@ void mogltk::texture::Bind(bool expand) { glEnable(GL_TEXTURE_2D); if (active == this) return; -#ifdef DEBUG - printm(M_INFO, _("Binding texture index %i.\n"), tex); -#endif glBindTexture(GL_TEXTURE_2D, tex); if (expand) { glMatrixMode(GL_TEXTURE); @@ -252,9 +249,6 @@ void mogltk::texture::Unbind(void) { glBindTexture(GL_TEXTURE_2D, 0); glDisable(GL_TEXTURE_2D); active = 0; -#ifdef DEBUG - printm(M_INFO, _("Unbinding texture.\n")); -#endif } } -- cgit v1.2.3