summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.c
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-23 03:48:47 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-23 03:48:47 +0200
commit376e048b40007bf24adffa2317ebb3e9903a3c86 (patch)
treeceb168b19eb81fac23ad52c6429df5667fdc58be /src/pa-sink-ctl.c
parentf72c2d3cc60b64dba38ec1f12871fc0e6ab47c1c (diff)
downloadpa-sink-ctl-376e048b40007bf24adffa2317ebb3e9903a3c86.tar.gz
pa-sink-ctl-376e048b40007bf24adffa2317ebb3e9903a3c86.tar.bz2
pa-sink-ctl-376e048b40007bf24adffa2317ebb3e9903a3c86.zip
move sink_list var to sink.c (included from sink.h)
other c-files than sink.c get the extern definition via sink.h, only sink.c receives the non-extern one
Diffstat (limited to 'src/pa-sink-ctl.c')
-rw-r--r--src/pa-sink-ctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pa-sink-ctl.c b/src/pa-sink-ctl.c
index 3d9421d..767a5a6 100644
--- a/src/pa-sink-ctl.c
+++ b/src/pa-sink-ctl.c
@@ -7,8 +7,6 @@
#include "interface.h"
#include "pa-sink-ctl.h"
-GArray *sink_list = NULL;
-
pa_context *context = NULL;
static gboolean info_callbacks_finished = TRUE;