Readded and optimized mapgen V6
[oweals/minetest.git] / src / constants.h
index 6faeaf1b83e643f6df93a0291c90cb232a378686..97e94b361373d79b54a92837ee373c70e8943b37 100644 (file)
@@ -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
 */