diff options
author | hudokkow <hudokkow@gmail.com> | 2015-07-09 12:05:49 +0100 |
---|---|---|
committer | hudokkow <hudokkow@gmail.com> | 2015-07-09 12:05:49 +0100 |
commit | e8334b5ff706db5dc2f8b18c6777118752e4bd6f (patch) | |
tree | 13dca4fb7860ee8e88ab99df1629dd0ec532ff8c | |
parent | ca773c6faa4ae39861af1b81730e44ec6043474c (diff) |
[langinfo] Remove unused code
-rw-r--r-- | xbmc/LangInfo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xbmc/LangInfo.cpp b/xbmc/LangInfo.cpp index 92d134b902..48ffc76154 100644 --- a/xbmc/LangInfo.cpp +++ b/xbmc/LangInfo.cpp @@ -153,11 +153,6 @@ static std::string ToSettingTimeFormat(const CDateTime& time, const std::string& return StringUtils::Format(g_localizeStrings.Get(20036).c_str(), time.GetAsLocalizedTime(timeFormat, true).c_str(), timeFormat.c_str()); } -static std::string ToSettingTimeFormat(const CDateTime& time, bool use24HourClock, bool singleHour, bool meridiem) -{ - return ToSettingTimeFormat(time, ToTimeFormat(use24HourClock, singleHour, meridiem)); -} - static CTemperature::Unit StringToTemperatureUnit(const std::string& temperatureUnit) { std::string unit(temperatureUnit); |