Browse Source

main: Remove unused enum

Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
FearlessTobi 2 năm trước cách đây
mục cha
commit
96abe0d7d3
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      src/yuzu/main.h

+ 0 - 8
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,