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.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 5b72ac579..346d1e1fd 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -85,9 +85,6 @@ Editor::Editor() { searchAnchor = 0; - ucWheelScrollLines = 0; - cWheelDelta = 0; //wheel delta from roll - xOffset = 0; xCaretMargin = 50; horizontalScrollBarVisible = true; -- cgit v1.2.3