aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-09 19:24:21 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-09 19:24:21 +0000
commit4abf1b7d56425be009c8d6826a753b8682bc7c22 (patch)
tree36cbd797eafc8478439edb4b771cdfb921bda322 /src/player.c
parent6a87c49d2b619afb599a7961521f685a497ec9d4 (diff)
downloadmpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.tar.gz
mpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.tar.xz
mpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.zip
remove all tables.... (stupid crappy code)
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2564 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/player.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player.c b/src/player.c
index c16cad22e..8f217b091 100644
--- a/src/player.c
+++ b/src/player.c
@@ -25,7 +25,6 @@
#include "listen.h"
#include "log.h"
#include "utils.h"
-#include "tables.h"
#include "directory.h"
#include "volume.h"
#include "playerData.h"
@@ -116,7 +115,6 @@ int playerInit() {
freeAllInterfaces();
closeMp3Directory();
finishPlaylist();
- closeTables();
finishPermissions();
finishCommands();
finishVolume();