summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar FearlessTobi2023-12-25 14:10:05 +0100
committerGravatar FearlessTobi2023-12-25 14:10:05 +0100
commit96abe0d7d3dbdffae5ace79fcfddfa9ccf7f93c8 (patch)
tree9112836487f2875ae02619d10856abc51a276c5b /src
parentMerge pull request #12394 from liamwhite/per-process-memory (diff)
downloadyuzu-96abe0d7d3dbdffae5ace79fcfddfa9ccf7f93c8.tar.gz
yuzu-96abe0d7d3dbdffae5ace79fcfddfa9ccf7f93c8.tar.xz
yuzu-96abe0d7d3dbdffae5ace79fcfddfa9ccf7f93c8.zip
main: Remove unused enum
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.h8
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 {
168 /// Max number of recently loaded items to keep track of 168 /// Max number of recently loaded items to keep track of
169 static const int max_recent_files_item = 10; 169 static const int max_recent_files_item = 10;
170 170
171 // TODO: Make use of this!
172 enum {
173 UI_IDLE,
174 UI_EMU_BOOTING,
175 UI_EMU_RUNNING,
176 UI_EMU_STOPPING,
177 };
178
179 enum { 171 enum {
180 CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES, 172 CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES,
181 CREATE_SHORTCUT_MSGBOX_SUCCESS, 173 CREATE_SHORTCUT_MSGBOX_SUCCESS,