diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-07-27 12:07:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-27 12:07:35 +0200 |
commit | 21a4f5df04849a943764918147183ffba3710e87 (patch) | |
tree | dbdcd44c546d6906c5f906a3a56c56825399d018 | |
parent | 5c01c9c6b2447cac2e92a4e8685f40493cfa5090 (diff) |
...and remove now-unnecessary comment
Change-Id: I8c707937ac3e40c4a5f2caa1a928a373ee675d89
-rw-r--r-- | forms/source/misc/limitedformats.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/misc/limitedformats.cxx b/forms/source/misc/limitedformats.cxx index 33e5b37547af..c0632a6a968f 100644 --- a/forms/source/misc/limitedformats.cxx +++ b/forms/source/misc/limitedformats.cxx @@ -97,8 +97,6 @@ namespace frm { "HH:MM:SS AM/PM", -1, ltEnglishUS }, { NULL, -1, ltSystem } }; - // don't switch this table here to const. The compiler could be tempted to really place this - // in a non-writeable segment, but we want to fill in the format keys later .... return s_aFormats; } case FormComponentType::DATEFIELD: |