mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
[X11] Removed unused SetCursor() function
This commit is contained in:
parent
a062d4c0a7
commit
1690cf859e
|
@ -1472,11 +1472,6 @@ namespace OpenTK.Platform.X11
|
|||
}
|
||||
}
|
||||
|
||||
void SetCursor(IntPtr handle)
|
||||
{
|
||||
Functions.XDefineCursor(window.Display, window.Handle, cursorHandle);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region CursorVisible
|
||||
|
|
Loading…
Reference in a new issue