summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2017-12-11 20:43:37 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-12-12 04:08:58 +0100
commit931bcc196644c79e1064a9cb1b9c80e82fe0ed06 (patch)
treede5f7fbcc185c3e2eb3f4d6a3819c54d516207cc /desktop-widgets
parent256ae870a678999cdceb1a3740a4a4eb69b4fe27 (diff)
downloadsubsurface-931bcc196644c79e1064a9cb1b9c80e82fe0ed06.tar.gz
Remove unused variable in on_actionCloudstorageopen_triggered()
This was an artifact of commit 136110784ebe2a188ca867bea3a7ff3037281a57 Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index 7854a6977..76e9b0615 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -606,8 +606,6 @@ void MainWindow::on_actionCloudstorageopen_triggered()
closeCurrentFile();
- int error;
-
showProgressBar();
QByteArray fileNamePtr = QFile::encodeName(filename);
if (!parse_file(fileNamePtr.data())) {