diff main/MainWindow.cpp @ 792:c8e378ad8a10

Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)
author Chris Cannam
date Wed, 03 Sep 2014 09:17:01 +0100
parents 624a8864391e
children 568c6da853e6
line wrap: on
line diff
--- a/main/MainWindow.cpp	Tue Sep 02 16:30:24 2014 +0100
+++ b/main/MainWindow.cpp	Wed Sep 03 09:17:01 2014 +0100
@@ -2552,8 +2552,6 @@
 
     } else if (selections.size() > 1) {
 
-        bool multiple = false;
-
         if (!asData) { // Multi-file export not supported for data
 
             QStringList items;