aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2023-06-10 19:03:06 -0400
committerConfuSomu2023-06-10 19:03:06 -0400
commitda6afaedc1bce08ee78b3f8f780ab72ce1f54b6f (patch)
tree8c1ae37cf1a2f7e63b0105aff5f7360c1d2a76b9 /src/mainwindow.h
parent7e4c7905c9e74d76de2e03413af0dc9e4cb84683 (diff)
downloadActorViewer-da6afaedc1bce08ee78b3f8f780ab72ce1f54b6f.tar
ActorViewer-da6afaedc1bce08ee78b3f8f780ab72ce1f54b6f.tar.gz
ActorViewer-da6afaedc1bce08ee78b3f8f780ab72ce1f54b6f.zip
Remove outbox_filename member from MainWindow
We don't need to store the outbox filename in MainWindow as all processing of the current archive is done by the data_archive member and requires us to only initially pass the archive filename.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2d05e00..a856dbe 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -50,7 +50,6 @@ private:
Ui::MainWindow *ui;
- QString outbox_filename;
ViewStatusTypes view_filters;
bool view_filters_changed = false;