From a90fdba5ceebcd09846e41f4fc84b4726322cefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 9 Dec 2011 21:18:17 +0200 Subject: Remove i18nLanguage leftovers (unused since 0.2.0). --- ttxtsubsglobals.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ttxtsubsglobals.h b/ttxtsubsglobals.h index 3ff0c39..8abb18d 100644 --- a/ttxtsubsglobals.h +++ b/ttxtsubsglobals.h @@ -41,7 +41,6 @@ class cTtxtsubsConf { mDvbSources(0), mFontSize(20), mOutlineWidth(2), - mI18nLanguage(0), mReplayDelay(0), mReplayTsDelay(0) { @@ -59,7 +58,6 @@ class cTtxtsubsConf { int (*hearingImpaireds(void))[MAXLANGUAGES][2] {return &mHearingImpaireds;} int langChoise(const char *lang, const int HI); - int i18nLanguage(void) {return mI18nLanguage;} int replayDelay(void) {return mReplayDelay;} int replayTsDelay(void) {return mReplayTsDelay;} @@ -72,7 +70,6 @@ class cTtxtsubsConf { int mOutlineWidth; char mLanguages[MAXLANGUAGES][2][4]; int mHearingImpaireds[MAXLANGUAGES][2]; - int mI18nLanguage; int mReplayDelay; int mReplayTsDelay; }; -- cgit v1.2.3