diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-05-08 13:48:02 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-05-15 13:40:36 +0300 |
commit | 5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63 (patch) | |
tree | 244122d6c214d4f42e83000cb6b553b93634768c /scintilla/lexlib/PropSetSimple.h | |
parent | 4ec8a84b0b81489c687079215ffdedfc67ad1928 (diff) | |
download | notepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.zip notepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.tar.gz notepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.tar.bz2 |
Update Scintilla to 1d988d
Diffstat (limited to 'scintilla/lexlib/PropSetSimple.h')
-rw-r--r-- | scintilla/lexlib/PropSetSimple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scintilla/lexlib/PropSetSimple.h b/scintilla/lexlib/PropSetSimple.h index ca91b63..de94f7f 100644 --- a/scintilla/lexlib/PropSetSimple.h +++ b/scintilla/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;
};
|