Removed obsolete input driver.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Tue, 20 Jun 2017 13:56:04 +0000 (15:56 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Thu, 22 Jun 2017 16:34:49 +0000 (18:34 +0200)
src/OpenTK/Input/IInputDriver.cs [deleted file]
src/OpenTK/OpenTK.csproj

diff --git a/src/OpenTK/Input/IInputDriver.cs b/src/OpenTK/Input/IInputDriver.cs
deleted file mode 100644 (file)
index 95890ed..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#region --- License ---
-/* Copyright (c) 2006, 2007 Stefanos Apostolopoulos
- * See license.txt for license info
- */
-#endregion
-
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace OpenTK.Input
-{
-    /// <summary>
-    /// Defines the interface for an input driver.
-    /// </summary>
-    [Obsolete("This interface has been replaced by OpenTK.Input.Keyboard, Mouse, Joystick and GamePad.")]
-    public interface IInputDriver : IDisposable
-    {
-        /// <summary>
-        /// Updates the state of the driver.
-        /// </summary>
-        void Poll();
-    }
-}
index 352d227..c0014c0 100644 (file)
     <Compile Include="Input\Key.cs">
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="Input\IInputDriver.cs">
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="Input\KeyboardDevice.cs">
       <SubType>Code</SubType>
     </Compile>