[X11] Removed stale comment

This commit is contained in:
thefiddler 2014-05-14 00:00:13 +02:00
parent 30d7780f1e
commit a062d4c0a7

View file

@ -34,8 +34,6 @@ using OpenTK.Input;
namespace OpenTK.Platform.X11
{
// Todo: multi-mouse support. Right now we aggregate all data into a single mouse device.
// This should be easy: just read the device id and route the data to the correct device.
sealed class XI2Mouse : IMouseDriver2, IDisposable
{
const XEventName ExitEvent = XEventName.LASTEvent + 1;