]> git.tdb.fi Git - libs/gl.git/blobdiff - source/misc.cpp
Remove some deprecated stuff
[libs/gl.git] / source / misc.cpp
index c09d17f550aeeaa2807818fd443340b94c7e3595..f27fa5e235820ebed59224fb365474712dd1f12e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "misc.h"
 
 namespace Msp {
@@ -28,11 +21,6 @@ void set(GLenum state, bool value)
                disable(state);
 }
 
-void get(GLenum state, int &data)
-{
-       glGetIntegerv(state, &data);
-}
-
 void get(GLenum state, int *data)
 {
        glGetIntegerv(state, data);