From 0e3076bfda34c93986c7197c4e0c35bc0860f91e Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 17 Mar 2013 13:52:46 +0100 Subject: Remove markAsSeen Wasn't used anyway, dropped DB-Table seen also. --- shemov.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index a4226ad..b81de7a 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -433,8 +433,6 @@ void SheMov::createActions(){ mMountDvdA = new QAction(QIcon(":/diaper.png"), tr("(Un)mount DVD drive"), this); mMountDvdA->setCheckable(true); connect(mMountDvdA, SIGNAL(triggered()), mFSWidget, SLOT(dvdMount())); - mMarkA = new QAction(tr("Mark as (un)seen"), this); - connect(mMarkA, SIGNAL(triggered()), mFSWidget, SLOT(markSeen())); mConfigA = new QAction(QIcon(":/chastity_belt.png"), tr("Configure..."), this); connect(mConfigA, SIGNAL(triggered()), this, SLOT(configure())); mMoveToArchiveA = new QAction(tr("Move to archive"), this); @@ -774,7 +772,6 @@ void SheMov::createMenus(){ mEditFSMenu->addSeparator(); mEditFSMenu->addAction(mMountDvdA); mEditFSMenu->addSeparator(); - mEditFSMenu->addAction(mMarkA); mEditFSMenu->addAction(mMoveToArchiveA); mEditFSMenu->addSeparator(); mEditFSMenu->addAction(mConfigA); @@ -878,7 +875,6 @@ void SheMov::createMenus(){ mFSWidget->fileView()->addAction(mPasteA); mFSWidget->fileView()->addAction(createSeparator()); - mFSWidget->fileView()->addAction(mMarkA); mFSWidget->fileView()->addAction(mMoveToArchiveA); mFSWidget->fileView()->addAction(createSeparator()); -- cgit v1.2.3-70-g09d2