Navigation Menu

Skip to content

Commit

Permalink
raspberry: Actually commit the whole patch. :) (Thanks, Joe!)
Browse files Browse the repository at this point in the history
Fixes Bugzilla #4699.
  • Loading branch information
icculus committed Jul 2, 2019
1 parent d2d06f4 commit b46c771
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/video/raspberry/SDL_rpimouse.c
Expand Up @@ -128,10 +128,6 @@ RPI_ShowCursor(SDL_Cursor * cursor)
return -1;
}

if (cursor == global_cursor) {
return 0;
}

if (cursor != global_cursor) {
if (global_cursor != NULL) {
curdata = (RPI_CursorData *) global_cursor->driverdata;
Expand Down

0 comments on commit b46c771

Please sign in to comment.