From 9df8c8413cc4cc2c5c82bbf377e9dc170124a744 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 4 Apr 2001 12:52:44 +0000 Subject: Moved to public domain regular expresion implementation. --- src/Document.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Document.h') 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); -- cgit v1.2.3