diff options
author | yuzubot <[email protected]> | 2024-03-04 00:57:21 +0000 |
---|---|---|
committer | yuzubot <[email protected]> | 2024-03-04 00:57:21 +0000 |
commit | adc597a7995508270628dbfc05afdf838bdc7cd6 (patch) | |
tree | c8c9b83baa57002efe2e5527a45135541c8bb836 /src/yuzu/main.h | |
parent | 276ceb26d0c58a00a0e65e3bf4d9c4371428f82d (diff) | |
download | yuzu-android-adc597a7995508270628dbfc05afdf838bdc7cd6.tar.gz yuzu-android-adc597a7995508270628dbfc05afdf838bdc7cd6.zip |
Merge yuzu-emu#13018
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index fce643f3f..cb68f5a75 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -310,7 +310,6 @@ private: bool ConfirmChangeGame(); bool ConfirmForceLockedExit(); void RequestGameExit(); - void RequestGameResume(); void changeEvent(QEvent* event) override; void closeEvent(QCloseEvent* event) override; |