Skip to content

Commit b13207a

Browse files
committed
Qt: Remove unused fields
1 parent 3c00c4d commit b13207a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/duckstation-qt/qthost.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ class EmuThread : public QThread
217217
bool m_is_fullscreen = false;
218218
bool m_is_fullscreen_ui_started = false;
219219
bool m_gpu_thread_run_idle = false;
220-
bool m_save_state_on_shutdown = false;
221-
222-
bool m_was_paused_by_focus_loss = false;
223220

224221
float m_last_speed = std::numeric_limits<float>::infinity();
225222
float m_last_game_fps = std::numeric_limits<float>::infinity();

0 commit comments

Comments
 (0)