diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-16 10:30:44 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-16 10:30:44 (GMT) |
commit | d0d5d9d8e6d7815a0c97af28a7d231bfb9e83c19 (patch) | |
tree | 550ba1f79b844359158483c86de708cc5cb92074 /src/plugins/s60 | |
parent | 8e504f4709d15f502ca097f6bf4b27880fd9c6c5 (diff) | |
download | Qt-d0d5d9d8e6d7815a0c97af28a7d231bfb9e83c19.zip Qt-d0d5d9d8e6d7815a0c97af28a7d231bfb9e83c19.tar.gz Qt-d0d5d9d8e6d7815a0c97af28a7d231bfb9e83c19.tar.bz2 |
Revert "Changes to support locale change event for symbian platform"
Revert a change that is not yet complete and was pushed by mistake.
This reverts commit 44f7c1e097582a704a06ccbbf516536b88ddcd3a.
Diffstat (limited to 'src/plugins/s60')
-rw-r--r-- | src/plugins/s60/src/qlocale_3_1.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/s60/src/qlocale_3_1.cpp b/src/plugins/s60/src/qlocale_3_1.cpp index d597861..beeee7f 100644 --- a/src/plugins/s60/src/qlocale_3_1.cpp +++ b/src/plugins/s60/src/qlocale_3_1.cpp @@ -50,7 +50,6 @@ _LIT(KLocaleIndependent, "%F"); static TBuf<10> dateFormat; static TBuf<10> timeFormat; -#define _DEBUG static void initialiseDateFormat() { if(dateFormat.Length()) @@ -147,10 +146,3 @@ EXPORT_C TPtrC defaultGetShortDateFormatSpec(TExtendedLocale&) initialiseDateFormat(); return TPtrC(dateFormat); } - -EXPORT_C void refreshLocaleInfo() -{ - // clear the buffers, so next time we re-read data from the system. - dateFormat.Zero(); - timeFormat.Zero(); -} |