diff options
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r-- | src/ingen/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 8069bd1a..da52e1c2 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -87,10 +87,8 @@ main(int argc, char** argv) return EXIT_SUCCESS; } -#ifdef BUNDLE // Set bundle path from executable location so resources/modules can be found Shared::set_bundle_path_from_code((void*)&main); -#endif SharedPtr<Shared::EngineInterface> engine_interface; |