aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 09:58:18 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:01:24 +0100
commit18076ac9b766485efc45931e62a164e5cc1a8542 (patch)
tree111b228b929dff89978807e638afcba3897210b2 /src/Main.hxx
parentad15ca7104ca299c87b6ac86441573a00c589fef (diff)
PlayerThread: use pc.cond instead of main_cond
The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main.
Diffstat (limited to 'src/Main.hxx')
-rw-r--r--src/Main.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index acc168bc..7047cced 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -26,8 +26,6 @@ extern GThread *main_task;
extern GMainLoop *main_loop;
-extern GCond *main_cond;
-
extern struct Partition *global_partition;
/**