Commented out some unused code.

This commit is contained in:
the_fiddler 2007-11-06 13:36:47 +00:00
parent eac6aaa72a
commit 8d8842ea62

View file

@ -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