From 349bddf693a5b6101fb96ad2bbd000824dcde51d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 3 Jul 2001 01:44:17 +0000 Subject: Simplified by removal of stylingPos variable as it mostly shadowed endStyled and there were bugs when they got out of synch. Avoid setting endStyled to -1 as this led to bugs in clients. --- src/Document.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 581957257..394c8f94b 100644 --- a/src/Document.h +++ b/src/Document.h @@ -82,7 +82,6 @@ private: int refCount; CellBuffer cb; bool wordchars[256]; - int stylingPos; char stylingMask; int endStyled; int enteredCount; -- cgit v1.2.3