summaryrefslogtreecommitdiff
path: root/src/sink_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink_input.h')
-rw-r--r--src/sink_input.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/sink_input.h b/src/sink_input.h
deleted file mode 100644
index 82797c0..0000000
--- a/src/sink_input.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SINK_INPUT_H
-#define SINK_INPUT_H
-
-#include <glib.h>
-#include <pulse/pulseaudio.h>
-
-typedef struct _sink_input_info {
- guint32 index;
- guint32 sink;
- gchar *name;
- gchar *pid; // maybe useless?!!?
- gint mute;
- guint8 channels;
- pa_volume_t vol; // TOTO: exchange with the channel-list
-} sink_input_info;
-
-#endif