diff --git a/Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs b/Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs index afa6a5ba02..64cda29267 100644 --- a/Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs +++ b/Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs @@ -31,10 +31,5 @@ namespace Perspex.Gtk { this.clientPosition = p; } - - protected override Point GetClientPosition() - { - return this.clientPosition; - } } } \ No newline at end of file