summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorreduz <reduzio@gmail.com>2015-12-29 18:46:21 -0300
committerreduz <reduzio@gmail.com>2015-12-29 18:46:21 -0300
commit555ad5f8b7facb9835ee3533d3b3e956cce4cdd1 (patch)
treee69f819320e20f26d686cfa6cc21125bcb0b57b3 /main/main.cpp
parent196b3e03fc4887ed90bf6411f457e66d1e697fd8 (diff)
removed wron return types, fixes #2483
removed console, which was obsolete and unused sine long long ago
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 8127bba3e9..4dca79fd55 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -56,7 +56,7 @@
#ifdef TOOLS_ENABLED
#include "tools/editor/editor_node.h"
#include "tools/editor/project_manager.h"
-#include "tools/editor/console.h"
+
#include "tools/pck/pck_packer.h"
#endif