diff options
Diffstat (limited to 'src/server/PortImpl.cpp')
-rw-r--r-- | src/server/PortImpl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index 29b6e044..0fc73649 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -92,12 +92,6 @@ PortImpl::PortImpl(BufferFactory& bufs, if (type == PortType::ATOM) { add_property(uris.atom_bufferType, bufs.forge().make_urid(buffer_type)); - if (block->graph_type() == Ingen::Node::GraphType::GRAPH) { - add_property(uris.atom_supports, - bufs.forge().make_urid(uris.midi_MidiEvent)); - add_property(uris.atom_supports, - bufs.forge().make_urid(uris.time_Position)); - } } } |