Remove inline hint

There is no reason to request inlining here.
master
Romain Vimont 4 years ago
parent d41a46dc95
commit 1f65b1bf87

@ -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",

Loading…
Cancel
Save