mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
256ae870a6
commit
931bcc1966
1 changed files with 0 additions and 2 deletions
|
@ -606,8 +606,6 @@ void MainWindow::on_actionCloudstorageopen_triggered()
|
|||
|
||||
closeCurrentFile();
|
||||
|
||||
int error;
|
||||
|
||||
showProgressBar();
|
||||
QByteArray fileNamePtr = QFile::encodeName(filename);
|
||||
if (!parse_file(fileNamePtr.data())) {
|
||||
|
|
Loading…
Add table
Reference in a new issue