diff options
Diffstat (limited to 'src/engine/events/Move.cpp')
-rw-r--r-- | src/engine/events/Move.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/events/Move.cpp b/src/engine/events/Move.cpp index 822061f2..949590e7 100644 --- a/src/engine/events/Move.cpp +++ b/src/engine/events/Move.cpp @@ -40,7 +40,6 @@ Move::Move(Engine& engine, SharedPtr<Request> request, SampleCount timestamp, co , _new_path(new_path) , _parent_patch(NULL) , _store_iterator(engine.engine_store()->end()) - , _error(NO_ERROR) { } |