summaryrefslogtreecommitdiffstats
path: root/smglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.cpp')
-rw-r--r--smglobals.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/smglobals.cpp b/smglobals.cpp
index 624effc..5c56855 100644
--- a/smglobals.cpp
+++ b/smglobals.cpp
@@ -23,7 +23,6 @@
#include "smglobals.h"
#include "archivemodel.h"
#include "mappingtablemodel.h"
-#include "seriesmetadatamodel.h"
#include "mappingtreemodel.h"
#include "pictureviewer2.h"
#include "picfilesmodel.h"
@@ -74,12 +73,6 @@ QAbstractItemModel *SmGlobals::model(const QString &which){
MappingTableModel *model = new MappingTableModel(headers, "genres");
mModels.insert(which, model);
}
- }else if(which == "SeriesMetadata"){
- if(!mModels.contains(which)){
- QStringList headers = QStringList() << tr("SeriesPartId") << tr("Release Year") << tr("Source Medium") << tr("Subject") << tr("Release Group") << tr("Encoder Options") << tr("Comment") << tr("Encoding Passes") << tr("Added");
- SeriesMetadataModel *model = new SeriesMetadataModel(headers);
- mModels.insert(which, model);
- }
}else if(which == "MappingTree"){
if(!mModels.contains("MappingTree")){
QStringList headers = QStringList() << tr("Name") << tr("Id") << tr("Date") << tr("Parent") << tr("PPID");