Console logging is now identical in all builds; warning and error show the console...
[supertux.git] / src / scripting / candle.cpp
index c12f8ac..018ddb5 100644 (file)
@@ -17,9 +17,7 @@
 #include "object/candle.hpp"
 #include "scripting/candle.hpp"
 
-#define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
-
-namespace Scripting {
+namespace scripting {
 
 Candle::Candle(::Candle* candle)
   : candle(candle)