X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.cpp;h=f27fa5e235820ebed59224fb365474712dd1f12e;hb=6fd9b09f47ff6a07bd5ca7f9e8887db3486bfcb1;hp=aca3df0f700af7b500f0aa2dba239865e84ab675;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;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);