Remove unused variable in on_actionCloudstorageopen_triggered()

This was an artifact of commit 136110784e

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-12-11 20:43:37 +01:00 committed by Lubomir I. Ivanov
parent 256ae870a6
commit 931bcc1966

View file

@ -606,8 +606,6 @@ void MainWindow::on_actionCloudstorageopen_triggered()
closeCurrentFile();
int error;
showProgressBar();
QByteArray fileNamePtr = QFile::encodeName(filename);
if (!parse_file(fileNamePtr.data())) {