summaryrefslogtreecommitdiffstats
path: root/src/library/dao/playlistdao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/dao/playlistdao.h')
-rw-r--r--src/library/dao/playlistdao.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/library/dao/playlistdao.h b/src/library/dao/playlistdao.h
index 2d4fcabeb4..77d9c06156 100644
--- a/src/library/dao/playlistdao.h
+++ b/src/library/dao/playlistdao.h
@@ -22,9 +22,6 @@ const QString PLAYLISTTABLE_DATEMODIFIED = "date_modified";
const QString PLAYLISTTRACKSTABLE_TRACKID = "track_id";
const QString PLAYLISTTRACKSTABLE_POSITION = "position";
const QString PLAYLISTTRACKSTABLE_PLAYLISTID = "playlist_id";
-const QString PLAYLISTTRACKSTABLE_LOCATION = "location";
-const QString PLAYLISTTRACKSTABLE_ARTIST = "artist";
-const QString PLAYLISTTRACKSTABLE_TITLE = "title";
const QString PLAYLISTTRACKSTABLE_DATETIMEADDED = "pl_datetime_added";
#define AUTODJ_TABLE "Auto DJ"