From 0f0a1f403949f681348b1941229014758cc33e9e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 31 Mar 2012 11:42:21 +1100 Subject: Bug #3512961. Word wrap indentation for print using positions calculated for display instead of printer. --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 0923f4051..b407789a1 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -264,7 +264,6 @@ protected: // ScintillaBase subclass needs access to much of Editor int wrapVisualFlags; int wrapVisualFlagsLocation; int wrapVisualStartIndent; - XYPOSITION wrapAddIndent; // This will be added to initial indent of line int wrapIndentMode; // SC_WRAPINDENT_FIXED, _SAME, _INDENT bool convertPastes; -- cgit v1.2.3