| Index: public/platform/WebMIDIAccessor.h
|
| diff --git a/public/platform/WebMIDIAccessor.h b/public/platform/WebMIDIAccessor.h
|
| index 59eeb30d8a9f91ac705576d73f338fa853ffc4d3..71aba260a77ed58e7eb6d168429628430aafd97c 100644
|
| --- a/public/platform/WebMIDIAccessor.h
|
| +++ b/public/platform/WebMIDIAccessor.h
|
| @@ -40,10 +40,6 @@ public:
|
| virtual ~WebMIDIAccessor() { }
|
|
|
| virtual void startSession() { }
|
| -
|
| - // FIXME: Remove this obsoleted API. Now access permission is handled though the WebMIDIClient API.
|
| - // |access| is set to true if MIDIOptions.sysex is true. Otherwise false.
|
| - virtual void requestAccess(bool access) { }
|
| // |timeStamp| is measured in milliseconds as Web MIDI spec defines.
|
| virtual void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) { }
|
| };
|
|
|