Merge "Remove __ANDROID_API__ #if checks."

This commit is contained in:
Elliott Hughes
2021-01-30 00:15:18 +00:00
committed by Gerrit Code Review

View File

@@ -61,8 +61,6 @@ enum {
AMIDI_DEVICE_TYPE_BLUETOOTH = 3 /* A MIDI device connected via BlueTooth */
};
#if __ANDROID_API__ >= 29
/*
* Device API
*/
@@ -249,8 +247,6 @@ media_status_t AMIDI_API AMidiInputPort_sendFlush(const AMidiInputPort *inputPor
*/
void AMIDI_API AMidiInputPort_close(const AMidiInputPort *inputPort) __INTRODUCED_IN(29);
#endif /* __ANDROID_API__ >= 29 */
#ifdef __cplusplus
}
#endif