summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetMetadata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SetMetadata.cpp')
-rw-r--r--src/engine/events/SetMetadata.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/events/SetMetadata.cpp b/src/engine/events/SetMetadata.cpp
index afd4a226..0d5e3f88 100644
--- a/src/engine/events/SetMetadata.cpp
+++ b/src/engine/events/SetMetadata.cpp
@@ -48,7 +48,6 @@ namespace Events {
using namespace Shared;
typedef Shared::Resource::Properties Properties;
-
SetMetadata::SetMetadata(
Engine& engine,
SharedPtr<Request> request,
@@ -88,7 +87,6 @@ SetMetadata::SetMetadata(
*/
}
-
SetMetadata::~SetMetadata()
{
for (SetEvents::iterator i = _set_events.begin(); i != _set_events.end(); ++i)
@@ -97,7 +95,6 @@ SetMetadata::~SetMetadata()
delete _create_event;
}
-
void
SetMetadata::pre_process()
{
@@ -175,7 +172,6 @@ SetMetadata::pre_process()
_object->remove_property(key, value);
}
-
for (Properties::iterator p = _properties.begin(); p != _properties.end(); ++p) {
const Raul::URI& key = p->first;
const Raul::Atom& value = p->second;
@@ -263,7 +259,6 @@ SetMetadata::pre_process()
QueuedEvent::pre_process();
}
-
void
SetMetadata::execute(ProcessContext& context)
{
@@ -343,7 +338,6 @@ SetMetadata::execute(ProcessContext& context)
_request->unblock();
}
-
void
SetMetadata::post_process()
{
@@ -380,7 +374,6 @@ SetMetadata::post_process()
}
}
-
} // namespace Ingen
} // namespace Events