summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/midi_byte_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/midi_byte_array.h')
-rw-r--r--libs/surfaces/mackie/midi_byte_array.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/surfaces/mackie/midi_byte_array.h b/libs/surfaces/mackie/midi_byte_array.h
index 7176367189..372e48ab90 100644
--- a/libs/surfaces/mackie/midi_byte_array.h
+++ b/libs/surfaces/mackie/midi_byte_array.h
@@ -57,9 +57,6 @@ public:
*/
MidiByteArray( size_t count, MIDI::byte first, ... );
- /// return smart pointer to a copy of the bytes
- boost::shared_array<MIDI::byte> bytes() const;
-
/// copy the given number of bytes from the given array
void copy( size_t count, MIDI::byte arr[] );
};