aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:41:05 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:41:05 +0200
commit4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b (patch)
treeb772aada976c129bd87759300e476b2d69ec2bf2 /src/playerData.h
parenta94845ee00d3107af7ffbe89bf1ec46380ae24ff (diff)
downloadmpd-4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b.tar.gz
mpd-4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b.tar.xz
mpd-4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b.zip
moved global variable "pc" to player.h
This is the last of the three variables. Now we don't need playerData.h anymore in most sources.
Diffstat (limited to '')
-rw-r--r--src/playerData.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/playerData.h b/src/playerData.h
index a469ffaca..9d2918c8d 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -19,10 +19,7 @@
#ifndef PLAYER_DATA_H
#define PLAYER_DATA_H
-#include "player.h"
-
extern unsigned int buffered_before_play;
-extern PlayerControl pc;
void initPlayerData(void);