From: Perttu Ahola Date: Sat, 9 Jun 2012 10:40:07 +0000 (+0300) Subject: Remove a random old comment and a #define from game.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7ba72f27630112286456aa5dd4e1738fde58ae6f;p=zefram%2Fminetest%2Fminetest_engine.git Remove a random old comment and a #define from game.cpp --- diff --git a/src/game.cpp b/src/game.cpp index 45c3a154..485bcbb5 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -62,17 +62,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "event_manager.h" #include -/* - Setting this to 1 enables a special camera mode that forces - the renderers to think that the camera statically points from - the starting place to a static direction. - - This allows one to move around with the player and see what - is actually drawn behind solid things and behind the player. -*/ -#define FIELD_OF_VIEW_TEST 0 - - /* Text input system */