mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Minor coding style fix, removed unecessary comment
Closes #1192, fixes #868
This commit is contained in:
parent
e800e7efbf
commit
32b45e16d8
@ -63,7 +63,6 @@ private:
|
||||
// Allowed whitespace characters in XML
|
||||
bool isWhitespace(int ch) { return ch == ' ' || ch == '\t' || ch == '\r' || ch == '\n'; }
|
||||
|
||||
bool insideComment(int p); // added by Amy
|
||||
FindResult findText(const char *text, int start, int end, int flags = 0);
|
||||
FindResult findOpenTag(const std::string& tagName, int start, int end);
|
||||
FindResult findCloseTag(const std::string& tagName, int start, int end);
|
||||
|
Loading…
x
Reference in New Issue
Block a user