diff options
author | nyamatongwe <unknown> | 2001-08-31 23:44:34 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-08-31 23:44:34 +0000 |
commit | 111ae4b1a706e2daf7c6e561a5389b57d4b7ea2b (patch) | |
tree | 41219289ecca2ec498d26427f5c9d4c3439dc81a /src/Editor.cxx | |
parent | 1b279c0d63397caa1f16cdcd028514442dd0b132 (diff) | |
download | scintilla-mirror-111ae4b1a706e2daf7c6e561a5389b57d4b7ea2b.tar.gz |
Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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; |