aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-31 23:44:34 +0000
committernyamatongwe <unknown>2001-08-31 23:44:34 +0000
commit111ae4b1a706e2daf7c6e561a5389b57d4b7ea2b (patch)
tree41219289ecca2ec498d26427f5c9d4c3439dc81a /src/Editor.h
parent1b279c0d63397caa1f16cdcd028514442dd0b132 (diff)
downloadscintilla-mirror-111ae4b1a706e2daf7c6e561a5389b57d4b7ea2b.tar.gz
Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h3
1 files changed, 0 insertions, 3 deletions
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;