diff --git a/src/system/locals.h b/src/system/locals.h index fa91e789c..9b768e095 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -2163,7 +2163,6 @@ typedef enum LOCALE_STRINGINPUT_CAPS, LOCALE_STRINGINPUT_CLEAR, LOCALE_STRINGINPUT_INSERT, - LOCALE_STRINGINPUT_LAYOUT, LOCALE_STRINGINPUT_SAVE, LOCALE_SUBTITLES_CHARSET, LOCALE_SUBTITLES_HEAD, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index f27ac324a..0423c1586 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -2163,7 +2163,6 @@ const char * locale_real_names[] = "stringinput.caps", "stringinput.clear", "stringinput.insert", - "stringinput.layout", "stringinput.save", "subtitles.charset", "subtitles.head",