From eeb08e9b2abd3ec1404dce77151899d90908df6a Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 7 Nov 2010 21:17:11 +0100 Subject: IMP-692: SNOW-713: Removed isHexString again, since it is not defined anywhere. --- linden/indra/llcommon/llstring.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h index 44f5f07..ae5d84c 100644 --- a/linden/indra/llcommon/llstring.h +++ b/linden/indra/llcommon/llstring.h @@ -174,8 +174,6 @@ public: static S32 collate(const char* a, const char* b) { return strcoll(a, b); } static S32 collate(const llwchar* a, const llwchar* b); - - static bool isHexString(const std::string& str); }; /** -- cgit v1.1