diff options
author | David Robillard <d@drobilla.net> | 2011-11-25 06:12:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-25 06:12:28 +0000 |
commit | a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed (patch) | |
tree | 0c581c8ed03ca280e03b6ec2827ff41fb6c617b8 /src/PatchageCanvas.hpp | |
parent | 572adb6873294bf2f26062cf297660aa449eb675 (diff) | |
download | patchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.tar.gz patchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.tar.bz2 patchage-a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed.zip |
Log (almost) everything to the messages window instead of the console.
Remove latency and load stuff in favour of plain old messages.
Remove status bar.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3627 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 5262a5e..4889e9c 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -55,8 +55,6 @@ public: void disconnect(FlowCanvas::Connectable* port1, FlowCanvas::Connectable* port2); - void status_message(const std::string& msg); - void index_port(const PortID& id, PatchagePort* port) { _port_index.insert(std::make_pair(id, port)); } |