diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:22:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:22:30 +0200 |
commit | b1e945d8969e5d27df4ce94e77d871576b2b2d32 (patch) | |
tree | 86c40ad15fac952047fcea7291ca8bd9a2b091d4 /include | |
parent | 61794421b1b77bd4211e82f4f9642b310aefdd41 (diff) |
Remove redundant default ctor definition
Change-Id: Ifdeaf8cde86eb284e7b5c67e8ef3bfe816c5654c
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nutil/unicode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx index 034b85e44ad3..318c7807c9be 100644 --- a/include/i18nutil/unicode.hxx +++ b/include/i18nutil/unicode.hxx @@ -80,8 +80,6 @@ private: bool mbIsHexString = false; public: - ToggleUnicodeCodepoint(); - /** Build an input string of valid UTF16 units to toggle. -do not call the other functions until the input process is complete |