From 310f433848b21a53def0a5a5ca0b3b2e6a2008ef Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 16 Jan 2009 15:53:27 +0200 Subject: pulse: share private enum values with client side --- src/pulsecore/sink.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/pulsecore/sink.h') diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h index 382b2d0e..89ed6d4d 100644 --- a/src/pulsecore/sink.h +++ b/src/pulsecore/sink.h @@ -43,15 +43,6 @@ typedef struct pa_sink pa_sink; #define PA_MAX_INPUTS_PER_SINK 32 -/* anonymous enum extending pa_sink_state_t */ -enum { - PA_SINK_INIT = -2, - /* Initialization state */ - - PA_SINK_UNLINKED = -3 - /* The state when the sink is getting unregistered and removed from client access */ -}; - /* Returns true if sink is linked: registered and accessible from client side. */ static inline pa_bool_t PA_SINK_IS_LINKED(pa_sink_state_t x) { return x == PA_SINK_RUNNING || x == PA_SINK_IDLE || x == PA_SINK_SUSPENDED; -- cgit