diff options
author | Noel Grandin <noel@peralex.com> | 2013-12-03 14:40:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-04 08:55:36 +0200 |
commit | d6de313b043154e70a84c0fc29cbae94fe7541b1 (patch) | |
tree | 11b8804d5a87d140064efcd0dfb80b11968ad8ea | |
parent | eb56848029a3b26a9d4f07a55364749e9e7d8339 (diff) |
STRING_NOTFOUND is no more
Change-Id: Ia8937e07786c497c5cb8485fa161fd68231c17f8
-rw-r--r-- | include/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 0c4571df23c1..76e271e9a557 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -26,7 +26,6 @@ * THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE. ******************************************************************************/ -#define STRING_NOTFOUND ((xub_StrLen)0xFFFF) #define STRING_LEN ((xub_StrLen)0xFFFF) #define STRING_MAXLEN ((xub_StrLen)0xFFFF) |