summaryrefslogtreecommitdiffstats
path: root/src/engine/PluginImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PluginImpl.cpp')
-rw-r--r--src/engine/PluginImpl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/PluginImpl.cpp b/src/engine/PluginImpl.cpp
index 208db373..2cc0db7f 100644
--- a/src/engine/PluginImpl.cpp
+++ b/src/engine/PluginImpl.cpp
@@ -23,7 +23,6 @@ using namespace Raul;
namespace Ingen {
-
void
PluginImpl::load()
{
@@ -35,7 +34,6 @@ PluginImpl::load()
}
}
-
void
PluginImpl::unload()
{
@@ -46,6 +44,5 @@ PluginImpl::unload()
}
}
-
} // namespace Ingen