diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-07-20 23:30:43 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-07-21 08:10:43 +0200 |
commit | fa7fe510d9b77c0a7802604a5697de4e52cddba3 (patch) | |
tree | 6e65917fc32db32940cdcd954c5eb54b0285a1dc /src/content_sao.cpp | |
parent | 5ebb4237e204bfa760313f6f2a46a09dceb9cce0 (diff) | |
download | minetest-fa7fe510d9b77c0a7802604a5697de4e52cddba3.tar.gz minetest-fa7fe510d9b77c0a7802604a5697de4e52cddba3.tar.bz2 minetest-fa7fe510d9b77c0a7802604a5697de4e52cddba3.zip |
Remove profiler.h include where it's not needed. Remove some unreachable and very old code
Diffstat (limited to 'src/content_sao.cpp')
-rw-r--r-- | src/content_sao.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp index eab1e6279..add1726fc 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "collision.h" #include "environment.h" #include "settings.h" -#include "profiler.h" #include "serialization.h" // For compressZlib #include "tool.h" // For ToolCapabilities #include "gamedef.h" |