Remove a useless macro parameter.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9580 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-01-30 16:57:28 +00:00 committed by Git SVN Gateway
parent 6f052e0ed9
commit 5b3b144994
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ extern void pie_ShowMouse(bool visible);
extern void pie_SetTranslucencyMode(TRANSLUCENCY_MODE transMode);
#define glErrors(info) \
#define glErrors() \
_glerrors(__FUNCTION__, __FILE__, __LINE__)
extern bool _glerrors(const char *, const char *, int);