Remove unused defines

This commit is contained in:
Dennis Luxen 2012-12-11 23:45:14 +01:00
parent 411d4331d4
commit d3dce3cc25

View File

@ -18,14 +18,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/licenses/agpl.txt.
*/
#define VERBOSE(x) x
#define VERBOSE2(x)
#ifdef NDEBUG
#undef VERBOSE
#undef VERBOSE2
#endif
extern "C" {
#include <lua.h>
#include <lauxlib.h>