From 669deeb6407f674b4017f2f7393e3ccce1b3a58a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 31 Aug 2001 23:44:34 +0000 Subject: Moved Windows-specific mouse wheel variables from Editor to ScintillaWin. --- src/Editor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index d42f5ad14..1c1a13660 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -91,9 +91,6 @@ protected: // ScintillaBase subclass needs access to much of Editor Surface pixmapSelPattern; Surface pixmapIndentGuide; Surface pixmapIndentGuideHighlight; - // Intellimouse support - currently only implemented for Windows - unsigned int ucWheelScrollLines; - int cWheelDelta; ///< Wheel delta from roll KeyMap kmap; -- cgit v1.2.3