Browse Source

Remove useless assertion from lv2 code

tags/v0.9.0
falkTX 13 years ago
parent
commit
ac4cc3fa80
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      c++/carla-backend/lv2.cpp

+ 0
- 3
c++/carla-backend/lv2.cpp View File

@@ -2231,9 +2231,6 @@ public:
if (! evIn.data[i].type & CARLA_EVENT_TYPE_MESSAGE)
continue;

// messages only supported in Atom type ports
Q_ASSERT(evIn.data[i].type & CARLA_EVENT_DATA_ATOM);

#if 0
// send transport info if changed
const CarlaTimeInfo* const timeInfo = x_engine->getTimeInfo();


Loading…
Cancel
Save