From 3c6acca62020191b5c39c3ec92a0a1856c91330a Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sat, 8 Jul 2006 12:21:42 +0000 Subject: [PATCH] * Pino please check if this compiles. It should but I cannot test ** This commit removed all traces of non-BO-data svn path=/trunk/KDE/kdeedu/kalzium/src/kalziumglhelperclasses.h; revision=559778 --- kalzium/kalziumglhelperclasses.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kalzium/kalziumglhelperclasses.h b/kalzium/kalziumglhelperclasses.h index cf4f94c..45351d7 100644 --- a/kalzium/kalziumglhelperclasses.h +++ b/kalzium/kalziumglhelperclasses.h @@ -124,7 +124,6 @@ template bool approx_equal( T a, T b, T precision ) * * @author Benoit Jacob */ - template class Vector3 { public: @@ -451,15 +450,13 @@ class TextRenderer */ GLboolean m_isBetweenBeginAndEnd; - /** - * These members are used to remember the OpenGL state in order - * to be able to restore it after rendering. See do_end(). - */ + ///{ Members used to remember the OpenGL state in order to be able to restore it after rendering. See do_end(). GLboolean m_wasEnabled_LIGHTING; GLboolean m_wasEnabled_TEXTURE_2D; GLboolean m_wasEnabled_FOG; GLboolean m_wasEnabled_BLEND; GLboolean m_wasEnabled_DEPTH_TEST; + ///} /** * Stores the relevant part of the OpenGL state, and prepares -- 2.47.3