diff options
| author | nyamatongwe <unknown> | 2013-04-19 20:33:00 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-04-19 20:33:00 +1000 |
| commit | 8b2018d41ba2e75691537d64771bd3651c309cf6 (patch) | |
| tree | 9f9de536c3d3121fd39447ce9444e7015d1bc182 /src/RESearch.h | |
| parent | c17ecd0761377ba11067ccfdd917c01aa8e7ed7c (diff) | |
| download | scintilla-mirror-8b2018d41ba2e75691537d64771bd3651c309cf6.tar.gz | |
Remove unused methods.
Diffstat (limited to 'src/RESearch.h')
| -rw-r--r-- | src/RESearch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RESearch.h b/src/RESearch.h index ef8c3e11b..5e1d34168 100644 --- a/src/RESearch.h +++ b/src/RESearch.h @@ -36,7 +36,6 @@ public: bool GrabMatches(CharacterIndexer &ci); const char *Compile(const char *pattern, int length, bool caseSensitive, bool posix); int Execute(CharacterIndexer &ci, int lp, int endp); - int Substitute(CharacterIndexer &ci, char *src, char *dst); enum { MAXTAG=10 }; enum { MAXNFA=2048 }; |
