Removed temporary local variables.
[emufront] / src / dialogs / mediaimagepathdialog.cpp
index 0a6617e..6c3e4f5 100644 (file)
@@ -131,9 +131,6 @@ void MediaImagePathDialog::acceptChanges()
 
     Setup *tmp = fpo->getSetup();
 
-    int idSup = sup->getId();
-    int idTmp = tmp->getId();
-
     if (!tmp || *sup != *tmp)
     {
         delete tmp;