diff options
author | David Robillard <d@drobilla.net> | 2007-09-20 01:25:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-20 01:25:40 +0000 |
commit | 99524eb321120773c39ca357396603eb32cffd2c (patch) | |
tree | aca911f6109756b865f8315e27a13e57f6c9b3b4 /src/libs/engine/events/DestroyEvent.hpp | |
parent | 0a9c38574cafd3e77234d220a18241025098bbb3 (diff) | |
download | ingen-99524eb321120773c39ca357396603eb32cffd2c.tar.gz ingen-99524eb321120773c39ca357396603eb32cffd2c.tar.bz2 ingen-99524eb321120773c39ca357396603eb32cffd2c.zip |
Strip a bunch of old useless code.
git-svn-id: http://svn.drobilla.net/lad/ingen@735 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/DestroyEvent.hpp')
-rw-r--r-- | src/libs/engine/events/DestroyEvent.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/events/DestroyEvent.hpp b/src/libs/engine/events/DestroyEvent.hpp index c401ff31..ed4328f6 100644 --- a/src/libs/engine/events/DestroyEvent.hpp +++ b/src/libs/engine/events/DestroyEvent.hpp @@ -52,7 +52,6 @@ class DestroyEvent : public QueuedEvent { public: DestroyEvent(Engine& engine, SharedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, const string& path, bool block = true); - //DestroyEvent(Engine& engine, SharedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, Node* node, bool block = true); ~DestroyEvent(); void pre_process(); |