summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.h
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pulse.h')
-rw-r--r--pulse/pulse.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pulse/pulse.h b/pulse/pulse.h
index 51f9a11..e98124f 100644
--- a/pulse/pulse.h
+++ b/pulse/pulse.h
@@ -31,12 +31,6 @@ typedef struct snd_pulse {
pa_context *context;
int thread_fd, main_fd;
-
- enum {
- PULSE_STATE_INIT,
- PULSE_STATE_READY,
- } state;
-
} snd_pulse_t;
int pulse_check_connection(snd_pulse_t * p);