diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:41:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:41:05 +0200 |
commit | 4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b (patch) | |
tree | b772aada976c129bd87759300e476b2d69ec2bf2 /src/player.c | |
parent | a94845ee00d3107af7ffbe89bf1ec46380ae24ff (diff) | |
download | mpd-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 'src/player.c')
-rw-r--r-- | src/player.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c index 4de92fb8e..8803cdfd9 100644 --- a/src/player.c +++ b/src/player.c @@ -20,7 +20,6 @@ #include "player_thread.h" #include "path.h" #include "command.h" -#include "playerData.h" #include "ack.h" #include "os_compat.h" #include "main_notify.h" |