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/main.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/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 79daa7b8c..1d73b4025 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "game.h" #include "defaultsettings.h" #include "gettext.h" -#include "profiler.h" #include "log.h" #include "quicktune.h" #include "httpfetch.h" |