Remove inline hint

There is no reason to request inlining here.
This commit is contained in:
Romain Vimont 2022-01-23 14:48:06 +01:00
parent d41a46dc95
commit 1f65b1bf87

View file

@ -156,7 +156,7 @@ get_initial_optimal_size(struct sc_size content_size, uint16_t req_width,
return window_size; return window_size;
} }
static inline void static void
sc_screen_capture_mouse(struct sc_screen *screen, bool capture) { sc_screen_capture_mouse(struct sc_screen *screen, bool capture) {
if (SDL_SetRelativeMouseMode(capture)) { if (SDL_SetRelativeMouseMode(capture)) {
LOGE("Could not set relative mouse mode to %s: %s", LOGE("Could not set relative mouse mode to %s: %s",