diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-07 15:39:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-07 15:39:56 +0100 |
commit | e667c861ce6c22a055c9afdf01d80247df18ae9b (patch) | |
tree | e5a73720db4fea42d0788513bc7cd23ae7208c9b /lv2/output_lv2.h | |
parent | 25fbccf770d4e68950311a434c810af3a98f127f (diff) |
LV2: Port to new urid map extension. Major cleanup.
Diffstat (limited to 'lv2/output_lv2.h')
-rw-r--r-- | lv2/output_lv2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lv2/output_lv2.h b/lv2/output_lv2.h index 1b4e8c9..a3a2555 100644 --- a/lv2/output_lv2.h +++ b/lv2/output_lv2.h @@ -55,7 +55,6 @@ public: sample_t *getBuffer(int c); - // sample_t *outputPort[NUM_OUTPUTS]; OutputPort outputPorts[NUM_OUTPUTS]; }; |