Skip to content

Commit 268cc2a

Browse files
NeroBurnericculus
authored andcommitted
emscriptenmouse: remove useless return statement
1 parent 3136a53 commit 268cc2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/video/emscripten/SDL_emscriptenmouse.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ Emscripten_ShowCursor(SDL_Cursor* cursor)
235235
if (Module['canvas']) {
236236
Module['canvas'].style['cursor'] = UTF8ToString($0);
237237
}
238-
return 0;
239238
}, curdata->system_cursor);
240239
}
241240
}

0 commit comments

Comments
 (0)