diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/configuration/configure_system.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu/configuration/configure_system.h b/src/yuzu/configuration/configure_system.h index 7f4259698..f63aedda0 100644 --- a/src/yuzu/configuration/configure_system.h +++ b/src/yuzu/configuration/configure_system.h | |||
| @@ -50,10 +50,6 @@ private: | |||
| 50 | 50 | ||
| 51 | Core::System& system; | 51 | Core::System& system; |
| 52 | 52 | ||
| 53 | QCheckBox* rng_seed_checkbox; | ||
| 54 | QLineEdit* rng_seed_edit; | ||
| 55 | QCheckBox* custom_rtc_checkbox; | ||
| 56 | QDateTimeEdit* custom_rtc_edit; | ||
| 57 | QComboBox* combo_region; | 53 | QComboBox* combo_region; |
| 58 | QComboBox* combo_language; | 54 | QComboBox* combo_language; |
| 59 | }; | 55 | }; |