X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconstants.h;h=97e94b361373d79b54a92837ee373c70e8943b37;hb=d5029958b9017ad89775bc4f68c4de3db603e618;hp=6faeaf1b83e643f6df93a0291c90cb232a378686;hpb=268e50dfbdbe21f454c0291a892d67125b6004fe;p=oweals%2Fminetest.git diff --git a/src/constants.h b/src/constants.h index 6faeaf1b8..97e94b361 100644 --- a/src/constants.h +++ b/src/constants.h @@ -28,21 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc., Some things here are legacy crap. */ -#define PI 3.14159 - -/* - Build-time stuff -*/ - -// Whether to catch all std::exceptions. -// Assert will be called on such an event. -// In debug mode, leave these for the debugger and don't catch them. -#ifdef NDEBUG - #define CATCH_UNHANDLED_EXCEPTIONS 1 -#else - #define CATCH_UNHANDLED_EXCEPTIONS 0 -#endif - /* Connection */