diff --git a/src/OpenTK/Input/MouseDevice.cs b/src/OpenTK/Input/MouseDevice.cs index 5824b9d0..e281b9aa 100644 --- a/src/OpenTK/Input/MouseDevice.cs +++ b/src/OpenTK/Input/MouseDevice.cs @@ -1,5 +1,4 @@ -#define COMPAT_REV1519 // Keeps compatibility with revision 1519 - // + // // The Open Toolkit Library License // // Copyright (c) 2006 - 2009 the Open Toolkit library. @@ -40,10 +39,6 @@ namespace OpenTK.Input private IntPtr id; private MouseState state; -#if COMPAT_REV1519 - private int wheel_last_accessed = 0; - private Point pos_last_accessed = new Point(); -#endif /// /// Gets a string describing this MouseDevice.