Remove accidentally committed leak_check change

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10027 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-10-21 01:17:45 +00:00
parent 446f2e57ee
commit afbcceefda

View File

@ -21,7 +21,7 @@
/** Switch this to 1 to get the backtrace of the leaks (slows down execution a little)
Atm only implemented for OSX */
#define GET_STACK_TRACE 1
#define GET_STACK_TRACE 0
#if (GET_STACK_TRACE == 1) && defined(__APPLE__)