aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-04-04 12:52:44 +0000
committernyamatongwe <unknown>2001-04-04 12:52:44 +0000
commit93b871d1d8fbb076510e2c410ba57a0980a22ec8 (patch)
tree56576fc17d8737f5fbb591a89fd1e9fab4bd1a59 /src/Document.h
parentb338ed2a95f184263c1e1c7782ba3706fa05858c (diff)
downloadscintilla-mirror-93b871d1d8fbb076510e2c410ba57a0980a22ec8.tar.gz
Moved to public domain regular expresion implementation.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Document.h b/src/Document.h
index cfb131608..b52036513 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -196,8 +196,6 @@ public:
const WatcherWithUserData *GetWatchers() const { return watchers; }
int GetLenWatchers() const { return lenWatchers; }
- static char DocCharAt(int pos, void *param);
-
bool IsWordPartSeparator(char ch);
int WordPartLeft(int pos);
int WordPartRight(int pos);