From b9b287018ad8f4fb5daa1d33ce97a7a6b600ee30 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 19 Feb 2015 08:59:53 +0100 Subject: [PATCH] locals: remove unused stringinput.layout entry Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/d1ca82ab44e9d210df401bd5d49837e12138d513 Author: vanhofen Date: 2015-02-19 (Thu, 19 Feb 2015) Origin message was: ------------------ - 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",