summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/shemov.cpp b/shemov.cpp
index a0873d3..32998c5 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -585,12 +585,6 @@ void SheMov::createActions(){
picViewer->addAction(mPVDeleteA);
picViewer->addAction(createSeparator());
- // Shuffle
- mPVShuffleA = new QAction(QIcon(":/bizarre_amputee.png"), tr("Shuffle"), this);
- connect(mPVShuffleA, SIGNAL(triggered()), picViewer, SLOT(shuffle()));
- picViewer->addAction(mPVShuffleA);
- picViewer->addAction(createSeparator());
-
// Copy to...
mPVCopyToA = new QAction(tr("Copy to..."), this);
connect(mPVCopyToA, SIGNAL(triggered()), picViewer, SLOT(copyCurrent()));
@@ -807,7 +801,6 @@ void SheMov::createMenus(){
headerMenu->addActions(mPicsTreeHeaderGroup->actions());
mPicViewMenu->addMenu(headerMenu);
mPicViewMenu->addSeparator();
- mPicViewMenu->addAction(mPVShuffleA);
mPicViewMenu->addAction(mPWRefreshA);
mViewPicMenuA = menuBar()->addMenu(mPicViewMenu);