From d1ca82ab44e9d210df401bd5d49837e12138d513 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 19 Feb 2015 08:59:53 +0100 Subject: [PATCH] - locals: remove unused stringinput.layout entry --- src/system/locals.h | 1 - src/system/locals_intern.h | 1 - 2 files changed, 2 deletions(-) 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",