diff options
| author | nyamatongwe <devnull@localhost> | 2013-04-19 20:33:00 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-04-19 20:33:00 +1000 |
| commit | 6e6f60b74fd36e674a5f1aea465e9f11ec8e0fa9 (patch) | |
| tree | 57876eff139b3a87f146d845cde8dbcf8876fe17 /src/RESearch.h | |
| parent | 8f19a8e14d8ddda4dab8a70e9c868e65aea199b0 (diff) | |
| download | scintilla-mirror-6e6f60b74fd36e674a5f1aea465e9f11ec8e0fa9.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 }; |
