From 1e3484f06cc86e963110a5ea85727db9a7be3005 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 11:58:56 +0200 Subject: Merge sink.h and sink_input.h --- src/sink_input.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/sink_input.h (limited to 'src/sink_input.h') 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 -#include - -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 -- cgit