From d0a169abb8d3069f311bab522b2c43bc295ed36e Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Wed, 1 Nov 2017 18:08:22 -0400 Subject: API change with API simplification and streamID optional for Stream Open and Close --- src/ahl-interface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ahl-interface.h') diff --git a/src/ahl-interface.h b/src/ahl-interface.h index 0488e96..fc0ac68 100644 --- a/src/ahl-interface.h +++ b/src/ahl-interface.h @@ -35,11 +35,8 @@ // Property/Volume/Action events #define AHL_ENDPOINT_PROPERTY_EVENT "ahl_endpoint_property_event" #define AHL_ENDPOINT_VOLUME_EVENT "ahl_endpoint_volume_event" -#define AHL_ENDPOINT_INIT_EVENT "ahl_endpoint_init_event" #define AHL_POST_ACTION_EVENT "ahl_post_action" #define AHL_STREAM_STATE_EVENT "ahl_stream_state_event" -#define AHL_ENDPOINT_INIT_EVENT "ahl_endpoint_init_event" - // Stream state event types #define AHL_STREAM_EVENT_START "start" // Stream is inactive -- cgit 1.2.3-korg