diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-07-24 13:38:56 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-07-24 13:38:56 +1000 |
| commit | cbca5c51806f5020da1455471424ba62bb0571cb (patch) | |
| tree | 34b3b697409e459b48ee4d8429ee2be90b23d3e7 /src/RESearch.h | |
| parent | 2a833a9ea04ecb588591a63276a9039940855575 (diff) | |
| download | scintilla-mirror-cbca5c51806f5020da1455471424ba62bb0571cb.tar.gz | |
Ensure all fields initialised in constructor.
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 48533a41c..38875a3f4 100644 --- a/src/RESearch.h +++ b/src/RESearch.h @@ -46,7 +46,6 @@ public: std::string pat[MAXTAG]; private: - void Init(); void Clear(); void ChSet(unsigned char c); void ChSetWithCase(unsigned char c, bool caseSensitive); |
