[locale,keyboard] remove [[nodiscard]]

return value is not required to be checked.
This commit is contained in:
Armin Novak
2026-02-25 11:17:29 +01:00
parent 76d6e7755c
commit 1366f0d646

View File

@@ -23,7 +23,6 @@
#include <freerdp/api.h>
WINPR_ATTR_NODISCARD
FREERDP_LOCAL int freerdp_detect_keyboard_layout_from_cf(DWORD* keyboardLayoutId);
#endif /* FREERDP_LOCALE_KEYBOARD_APPLE_H */