]> git.tdb.fi Git - libs/gl.git/blobdiff - source/datatype.h
Visit the rest of an iteration statement in NodeRemover
[libs/gl.git] / source / datatype.h
index b44644acfa183562a1ca653ebb4f802fd18eb205..0d52408a6b21764fbfad86eaccc26a47c89ac678 100644 (file)
@@ -1,12 +1,5 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#ifndef MSP_GL_TYPES_H_
-#define MSP_GL_TYPES_H_
+#ifndef MSP_GL_DATATYPE_H_
+#define MSP_GL_DATATYPE_H_
 
 #include "gl.h"
 
@@ -21,8 +14,7 @@ enum DataType
        UNSIGNED_SHORT = GL_UNSIGNED_SHORT,
        INT            = GL_INT,
        UNSIGNED_INT   = GL_UNSIGNED_INT,
-       FLOAT          = GL_FLOAT,
-       DOUBLE         = GL_DOUBLE
+       FLOAT          = GL_FLOAT
 };
 
 } // namespace GL