Removed remainder of the 'touchscreen mode' code

This commit is contained in:
Sergii Pylypenko
2014-06-03 20:27:45 +03:00
parent e465c8db4d
commit 41da4be66b
16 changed files with 5 additions and 125 deletions
-2
View File
@@ -1187,8 +1187,6 @@ void UndrawMouseCursor()
void DrawMouseCursor()
{
if (_settings_client.gui.touchscreen_mode != 0) return;
/* Don't draw the mouse cursor if the screen is not ready */
if (_screen.dst_ptr == NULL) return;