Browse Source

Removing macro SDL_FColour from SDL_pixels.h

Petar Popovic 1 year ago
parent
commit
132cef91c8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/SDL3/SDL_pixels.h

+ 0 - 1
include/SDL3/SDL_pixels.h

@@ -695,7 +695,6 @@ typedef struct SDL_FColor
     float b;
     float a;
 } SDL_FColor;
-#define SDL_FColour SDL_FColor
 
 /**
  * A set of indexed colors representing a palette.