Removed spurious "extern"

This commit is contained in:
Sam Lantinga
2026-02-05 14:06:51 -08:00
parent ae4fb50316
commit b9743eabdd

View File

@@ -134,7 +134,7 @@ static void UIKit_HandlePenAxes(SDL_Window *window, NSTimeInterval nstimestamp,
}
#if !defined(SDL_PLATFORM_TVOS)
extern void UIKit_HandlePenHover(SDL_uikitview *view, UIHoverGestureRecognizer *recognizer)
void UIKit_HandlePenHover(SDL_uikitview *view, UIHoverGestureRecognizer *recognizer)
{
float zOffset = 0.0f;
if (@available(iOS 16.1, *)) {