diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-12-09 21:18:17 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-12-09 21:18:17 +0200 |
commit | a90fdba5ceebcd09846e41f4fc84b4726322cefe (patch) | |
tree | 874c5f972779deda7ec6f9f169bd8efb4dca9fac | |
parent | 8ac325108fedb326e477a05b7212b928bbdc61b4 (diff) | |
download | vdr-plugin-ttxtsubs-a90fdba5ceebcd09846e41f4fc84b4726322cefe.tar.gz vdr-plugin-ttxtsubs-a90fdba5ceebcd09846e41f4fc84b4726322cefe.tar.bz2 |
Remove i18nLanguage leftovers (unused since 0.2.0).
-rw-r--r-- | ttxtsubsglobals.h | 3 |
1 files changed, 0 insertions, 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; }; |