From 92c16e3c4faa73974735c00b7cef99ae62416ad1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 May 2013 15:41:52 +1000 Subject: Remove Expanded method which was not used by any client code. --- lexlib/PropSetSimple.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lexlib/PropSetSimple.h') diff --git a/lexlib/PropSetSimple.h b/lexlib/PropSetSimple.h index b79873720..8ca741f03 100644 --- a/lexlib/PropSetSimple.h +++ b/lexlib/PropSetSimple.h @@ -21,7 +21,6 @@ public: void Set(const char *key, const char *val, int lenKey=-1, int lenVal=-1); void SetMultiple(const char *); const char *Get(const char *key) const; - char *Expanded(const char *key) const; int GetExpanded(const char *key, char *result) const; int GetInt(const char *key, int defaultValue=0) const; }; -- cgit v1.2.3