changeset 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 ae9c0db88b85
children 568c6da853e6
files main/MainWindow.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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;