From 7eb6715087164186d2d933b65898e66b3ac6d2c9 Mon Sep 17 00:00:00 2001
From: the_fiddler <the_fiddler@ebc5dd9b-fb1d-0410-b6f8-d24c324e9604>
Date: Tue, 15 Jan 2008 23:23:32 +0000
Subject: [PATCH] Small cosmetic fix.

---
 Source/OpenTK/Platform/X11/X11Input.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Source/OpenTK/Platform/X11/X11Input.cs b/Source/OpenTK/Platform/X11/X11Input.cs
index 53329ce9..b63b40a7 100644
--- a/Source/OpenTK/Platform/X11/X11Input.cs
+++ b/Source/OpenTK/Platform/X11/X11Input.cs
@@ -204,7 +204,6 @@ namespace OpenTK.Platform.X11
         public void Poll()
         {
             //mouseDriver.Poll();
-
         }
 
         #endregion