Get rid of evil CLIENTONLY macro.

This commit is contained in:
Marcelo Roberto Jimenez
2010-09-15 05:46:07 -03:00
parent 2dad42679d
commit b37f9ac64a
4 changed files with 31 additions and 36 deletions

View File

@@ -331,13 +331,6 @@
#endif
#ifdef INCLUDE_CLIENT_APIS
# define CLIENTONLY(x) x
#else
# define CLIENTONLY(x)
#endif
//@}
#endif