X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmisc.cpp;fp=source%2Fmisc.cpp;h=f27fa5e235820ebed59224fb365474712dd1f12e;hb=e042e093a4761f1227d4dd80d695e01642e17ffd;hp=aca3df0f700af7b500f0aa2dba239865e84ab675;hpb=fa5b232a16e11d7950e80764497f0167ec9e3b41;p=libs%2Fgl.git diff --git a/source/misc.cpp b/source/misc.cpp index aca3df0f..f27fa5e2 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -21,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);