X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.cpp;h=f27fa5e235820ebed59224fb365474712dd1f12e;hb=f136af6873d7409daffe262b14f632af986bd7dc;hp=c09d17f550aeeaa2807818fd443340b94c7e3595;hpb=98c810b6d2256aa65986bbde12c38917678121bb;p=libs%2Fgl.git diff --git a/source/misc.cpp b/source/misc.cpp index c09d17f5..f27fa5e2 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -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);