diff options
Diffstat (limited to 'src/engine/events/CreatePatch.cpp')
-rw-r--r-- | src/engine/events/CreatePatch.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/events/CreatePatch.cpp b/src/engine/events/CreatePatch.cpp index f5e07797..cb972cf9 100644 --- a/src/engine/events/CreatePatch.cpp +++ b/src/engine/events/CreatePatch.cpp @@ -36,7 +36,6 @@ namespace Events { using namespace Shared; - CreatePatch::CreatePatch( Engine& engine, SharedPtr<Request> request, @@ -54,7 +53,6 @@ CreatePatch::CreatePatch( { } - void CreatePatch::pre_process() { @@ -108,7 +106,6 @@ CreatePatch::pre_process() QueuedEvent::pre_process(); } - void CreatePatch::execute(ProcessContext& context) { @@ -128,7 +125,6 @@ CreatePatch::execute(ProcessContext& context) } } - void CreatePatch::post_process() { @@ -163,7 +159,6 @@ CreatePatch::post_process() } } - } // namespace Ingen } // namespace Events |