summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/gui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/gui.hpp')
-rw-r--r--src/libs/gui/gui.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/gui/gui.hpp b/src/libs/gui/gui.hpp
index fa31fe8d..a959f17a 100644
--- a/src/libs/gui/gui.hpp
+++ b/src/libs/gui/gui.hpp
@@ -33,10 +33,7 @@ namespace GUI {
extern "C" {
- void run(int argc, char** argv,
- Ingen::Shared::World* world,
- SharedPtr<Ingen::Engine> engine,
- SharedPtr<Shared::EngineInterface> interface);
+ void run(int argc, char** argv, Ingen::Shared::World* world);
}