From f80e819c5b83c412b23f854c96a544dd76a3a33a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 28 May 2025 13:35:21 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_begin_code.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL3/SDL_begin_code.h b/include/SDL3/SDL_begin_code.h index f210e2de64..4b86681f42 100644 --- a/include/SDL3/SDL_begin_code.h +++ b/include/SDL3/SDL_begin_code.h @@ -295,7 +295,6 @@ * float x, y, z, w; * } SDL_ALIGNED(16) MySIMDAlignedData; * - * * // make sure this one field in a struct is aligned to 16 bytes for SIMD access. * typedef struct { * SomeStuff stuff;