diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 3df611d5b..8e076f7ef 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -178,9 +178,7 @@ struct Values { | |||
| 178 | 178 | ||
| 179 | Setting<bool> motion_enabled; | 179 | Setting<bool> motion_enabled; |
| 180 | std::string motion_device; | 180 | std::string motion_device; |
| 181 | std::string udp_input_address; | 181 | std::string udp_input_servers; |
| 182 | u16 udp_input_port; | ||
| 183 | u8 udp_pad_index; | ||
| 184 | 182 | ||
| 185 | bool mouse_enabled; | 183 | bool mouse_enabled; |
| 186 | std::string mouse_device; | 184 | std::string mouse_device; |