Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1528efe4 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove __ANDROID_API__ #if checks."

parents ac0dbac0 f4b27729
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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