diff options
author | FearlessTobi <thm.frey@gmail.com> | 2023-12-25 14:10:05 +0100 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2023-12-25 14:10:05 +0100 |
commit | 96abe0d7d3dbdffae5ace79fcfddfa9ccf7f93c8 (patch) | |
tree | 9112836487f2875ae02619d10856abc51a276c5b /src/yuzu | |
parent | 05e3db3ac9edbff0e4885ef8b42d3a2427c9f027 (diff) |
main: Remove unused enum
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
Diffstat (limited to 'src/yuzu')
-rw-r--r-- | src/yuzu/main.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 530e445f9..366e806d5 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -168,14 +168,6 @@ class GMainWindow : public QMainWindow { /// Max number of recently loaded items to keep track of static const int max_recent_files_item = 10; - // TODO: Make use of this! - enum { - UI_IDLE, - UI_EMU_BOOTING, - UI_EMU_RUNNING, - UI_EMU_STOPPING, - }; - enum { CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES, CREATE_SHORTCUT_MSGBOX_SUCCESS, |