diff options
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 2 | 
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); | 
