SDL: Fixed unreachable code warning

From 6ca7212b75d44129a0e109ac1e3928860872ecf8 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 29 Nov 2022 18:03:47 -0800
Subject: [PATCH] Fixed unreachable code warning

---
 src/video/SDL_video.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c
index c20197717994..51ff5e221f6e 100644
--- a/src/video/SDL_video.c
+++ b/src/video/SDL_video.c
@@ -3918,7 +3918,6 @@ SDL_GL_GetAttribute(SDL_GLattr attr, int *value)
             *value = _this->gl_config.egl_platform;
             return 0;
         }
-        break;
     default:
         return SDL_SetError("Unknown OpenGL attribute");
     }