new icons, previous, next buttons (not yet functional), plus lots of other small...
[tomamp] / playlist.cpp
diff --git a/playlist.cpp b/playlist.cpp
deleted file mode 100644 (file)
index cc0c625..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "playlist.h"
-
-PlayList::PlayList()
-{
-}
-
-void PlayList::addFiles (const QString& path, const QStringList &thelist)
-{
-    foreach (QString p, thelist)
-    {
-        entrylist.append (PlayListEntry (path, p));
-    }
-}
-
-QList<PlayListEntry> PlayList::getList()
-{
-    return entrylist;
-}