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/source.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/pulsecore/source.h') diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h index 369da435..336599d6 100644 --- a/src/pulsecore/source.h +++ b/src/pulsecore/source.h @@ -45,15 +45,6 @@ typedef struct pa_source pa_source; #define PA_MAX_OUTPUTS_PER_SOURCE 32 -/* anonymous enum extending pa_source_state_t */ -enum { - PA_SOURCE_INIT = -2, - /* Initialization state */ - - PA_SOURCE_UNLINKED = -3 - /* The state when the source is getting unregistered and removed from client access */ -}; - /* Returns true if source is linked: registered and accessible from client side. */ static inline pa_bool_t PA_SOURCE_IS_LINKED(pa_source_state_t x) { return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE || x == PA_SOURCE_SUSPENDED; -- cgit