diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 76e271e9a557..6572bbcf51cf 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -20,13 +20,10 @@ #ifndef _STRING_HXX #define _STRING_HXX -#include <tools/solar.h> - /******************************************************************************* * THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE. ******************************************************************************/ -#define STRING_LEN ((xub_StrLen)0xFFFF) #define STRING_MAXLEN ((xub_StrLen)0xFFFF) #endif |