aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/PropSetSimple.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-05-02 15:41:52 +1000
committernyamatongwe <unknown>2013-05-02 15:41:52 +1000
commit92c16e3c4faa73974735c00b7cef99ae62416ad1 (patch)
tree730b9f18d0f204d81c93d4189786be85d702209c /lexlib/PropSetSimple.h
parent446852f3610b7390f6ca4376f6661aa4bf1b2f88 (diff)
downloadscintilla-mirror-92c16e3c4faa73974735c00b7cef99ae62416ad1.tar.gz
Remove Expanded method which was not used by any client code.
Diffstat (limited to 'lexlib/PropSetSimple.h')
-rw-r--r--lexlib/PropSetSimple.h1
1 files changed, 0 insertions, 1 deletions
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;
};