diff options
author | boludoz <francomaro@gmail.com> | 2023-10-18 01:26:50 -0300 |
---|---|---|
committer | boludoz <francomaro@gmail.com> | 2023-10-18 01:26:50 -0300 |
commit | 4051bbbed7f0160a6565212affbbb24553a9b510 (patch) | |
tree | ecc293ef1657f7fe6952c44695ca3695f9b0f41e /src/yuzu/main.h | |
parent | 2a7edda70ac7bfcce6a830c814a6b8cd559b8c03 (diff) |
Useless code removed related to admin privileges, if it is not an error we can add it later, that is what git is for.
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 41902cc8d..d203e5301 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -157,7 +157,6 @@ class GMainWindow : public QMainWindow { CREATE_SHORTCUT_MSGBOX_SUCCESS, CREATE_SHORTCUT_MSGBOX_ERROR, CREATE_SHORTCUT_MSGBOX_APPVOLATILE_WARNING, - CREATE_SHORTCUT_MSGBOX_ADMIN, }; public: |