summaryrefslogtreecommitdiffstats
path: root/i18npool/source/localedata/LocaleNode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/localedata/LocaleNode.hxx')
-rw-r--r--i18npool/source/localedata/LocaleNode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx
index 4f404044f9b2..b4b7127f584b 100644
--- a/i18npool/source/localedata/LocaleNode.hxx
+++ b/i18npool/source/localedata/LocaleNode.hxx
@@ -65,7 +65,6 @@ public:
/// Return the locale string, something like en_US or de_DE
const char * getLocale() const { return theLocale; }
private:
- char m_pcFile[1024];
char theLocale[50];
FILE *m_f;
};