summaryrefslogtreecommitdiffstats
path: root/src/polypdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypdef.h')
-rw-r--r--src/polypdef.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/polypdef.h b/src/polypdef.h
deleted file mode 100644
index 6cfafc97..00000000
--- a/src/polypdef.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef foopolypdefhfoo
-#define foopolypdefhfoo
-
-#include <inttypes.h>
-
-enum pa_stream_direction {
- PA_STREAM_PLAYBACK,
- PA_STREAM_RECORD
-};
-
-struct pa_buffer_attr {
- uint32_t maxlength;
- uint32_t tlength;
- uint32_t prebuf;
- uint32_t minreq;
- uint32_t fragsize;
-};
-
-
-#endif