Skip to content
Snippets Groups Projects
Commit 96abe0d7 authored by FearlessTobi's avatar FearlessTobi
Browse files

main: Remove unused enum


Co-Authored-By: default avatarGPUCode <47210458+GPUCode@users.noreply.github.com>
parent 05e3db3a
No related branches found
No related tags found
No related merge requests found
...@@ -168,14 +168,6 @@ class GMainWindow : public QMainWindow { ...@@ -168,14 +168,6 @@ class GMainWindow : public QMainWindow {
/// Max number of recently loaded items to keep track of /// Max number of recently loaded items to keep track of
static const int max_recent_files_item = 10; 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 { enum {
CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES, CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES,
CREATE_SHORTCUT_MSGBOX_SUCCESS, CREATE_SHORTCUT_MSGBOX_SUCCESS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment