summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-07-14 07:20:43 +0200
committerArno <arno@disconnect.de>2018-07-14 07:20:43 +0200
commitd82fb61156a3addbd798d07f944e9f5a8b51ae5d (patch)
treed92830d62f8d484066dc692c805fa30dc7c55e39 /shemov.cpp
parent6f803ec4db8158e2411b1332d77fe530030f064a (diff)
downloadSheMov-d82fb61156a3addbd798d07f944e9f5a8b51ae5d.tar.gz
SheMov-d82fb61156a3addbd798d07f944e9f5a8b51ae5d.tar.bz2
SheMov-d82fb61156a3addbd798d07f944e9f5a8b51ae5d.zip
Remove unused local variable dvdMount
Leftover from a cleanup.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 67c8c7e..28a6cb6 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -585,7 +585,6 @@ void SheMov::readSettings(){
mTab->setCurrentIndex(currentTab);
}
tabChanged(currentTab);
- QString dvdMount = s.value("paths/dvdmount").toString();
createPalette();
}