diff options
author | Arno <arno@disconnect.de> | 2018-07-14 07:20:43 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-14 07:20:43 +0200 |
commit | d82fb61156a3addbd798d07f944e9f5a8b51ae5d (patch) | |
tree | d92830d62f8d484066dc692c805fa30dc7c55e39 /shemov.cpp | |
parent | 6f803ec4db8158e2411b1332d77fe530030f064a (diff) | |
download | SheMov-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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -585,7 +585,6 @@ void SheMov::readSettings(){ mTab->setCurrentIndex(currentTab); } tabChanged(currentTab); - QString dvdMount = s.value("paths/dvdmount").toString(); createPalette(); } |