From 092eb36a0735f1d7bfe8bfd9f8d832199f1f4cdf Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 6 Nov 2007 13:36:47 +0000 Subject: [PATCH] Commented out some unused code. --- Source/OpenTK/Platform/Windows/WinRawInput.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/Windows/WinRawInput.cs b/Source/OpenTK/Platform/Windows/WinRawInput.cs index 8d27ca7c..e26d6e71 100644 --- a/Source/OpenTK/Platform/Windows/WinRawInput.cs +++ b/Source/OpenTK/Platform/Windows/WinRawInput.cs @@ -147,7 +147,7 @@ namespace OpenTK.Platform.Windows public void Poll() { return; - +#if false // We will do a buffered read for all input devices and route the RawInput structures // to the correct 'ProcessData' handlers. First, we need to find out the size of the // buffer to allocate for the structures. Then we allocate the buffer and read the @@ -206,6 +206,7 @@ namespace OpenTK.Platform.Windows } Marshal.FreeHGlobal(rin_data); +#endif } #endregion