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

Commit f4b27729 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove __ANDROID_API__ #if checks.

__INTRODUCED_IN() does the right thing automatically now.

Bug: http://b/178449269
Test: treehugger
Change-Id: Ic39b34fcffa2c9cb02ffeb41ec4c3b3a072c62d8
parent 4ddafbf5
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