summaryrefslogtreecommitdiffstats
path: root/src/engine/events/LoadPlugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/LoadPlugins.cpp')
-rw-r--r--src/engine/events/LoadPlugins.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/LoadPlugins.cpp b/src/engine/events/LoadPlugins.cpp
index eb4d2db7..81031e0d 100644
--- a/src/engine/events/LoadPlugins.cpp
+++ b/src/engine/events/LoadPlugins.cpp
@@ -24,7 +24,6 @@
namespace Ingen {
namespace Events {
-
LoadPlugins::LoadPlugins(Engine& engine, SharedPtr<Request> request, SampleCount timestamp)
: QueuedEvent(engine, request, timestamp, bool(request))
{
@@ -47,7 +46,6 @@ LoadPlugins::post_process()
_request->respond_ok();
}
-
} // namespace Ingen
} // namespace Events