summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-05-14 14:52:56 +0200
committerArno <am@disconnect.de>2010-05-14 14:52:56 +0200
commit8557681bb922613603eae641e88746eaa16914a4 (patch)
tree2b025d0d67a8c262991cc6d9f081b840ae8b0b7c /shemov.h
parent8a324c06caff00947b7d9a8b0b0b977073500c80 (diff)
downloadSheMov-8557681bb922613603eae641e88746eaa16914a4.tar.gz
SheMov-8557681bb922613603eae641e88746eaa16914a4.tar.bz2
SheMov-8557681bb922613603eae641e88746eaa16914a4.zip
Cleanup archive extraction
Removed the code for archive extraction. Never used it, never liked it and really never worked properly.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shemov.h b/shemov.h
index 5d6dc46..0b64093 100644
--- a/shemov.h
+++ b/shemov.h
@@ -53,7 +53,6 @@ class SheMov : public QMainWindow {
void createMenus();
void createOpenWithMenuFS();
void createOpenWithMenuAV();
- void createExtractMenu();
void writeSettings();
void readSettings();
@@ -95,7 +94,6 @@ class SheMov : public QMainWindow {
QAction *mOpenWithMenuFSA;
QAction *mOpenWithMenuAVA;
QAction *mRenameMenuA;
- QList<QAction*> mExtractToA;
QActionGroup *mOpenWithGroupFS;
QActionGroup *mOpenWithGroupAV;
//EndActions
@@ -105,7 +103,6 @@ class SheMov : public QMainWindow {
QSignalMapper *mOpenWithMapperFS;
QSignalMapper *mOpenWithMapperAV;
- QMenu *mExtractMenu;
QMenu *mEditFSMenu;
QMenu *mEditArchiveMenu;
QMenu *mOpenWithMenuFS;