SDL_ttf: apply the same change in commit 08b54fc to harfbuzz/config_sdl_win32.h

From 29e2cce5ebbaa1a705b77219f384c9dac968df4d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 31 Dec 2021 22:28:00 +0300
Subject: [PATCH] apply the same change in commit 08b54fc to
 harfbuzz/config_sdl_win32.h

---
 external/harfbuzz-2.8.0/config_sdl_win32.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/external/harfbuzz-2.8.0/config_sdl_win32.h b/external/harfbuzz-2.8.0/config_sdl_win32.h
index 3036885..eb168b4 100644
--- a/external/harfbuzz-2.8.0/config_sdl_win32.h
+++ b/external/harfbuzz-2.8.0/config_sdl_win32.h
@@ -35,14 +35,10 @@
 #define HAVE_FREETYPE 1
 
 /* Define to 1 if you have the `FT_Done_MM_Var' function. */
-#if ((FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) >= 20900)
 #define HAVE_FT_DONE_MM_VAR 1
-#endif
 
 /* Define to 1 if you have the `FT_Get_Var_Blend_Coordinates' function. */
-#if ((FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) >= 20701)
 #define HAVE_FT_GET_VAR_BLEND_COORDINATES 1
-#endif
 
 /* Define to 1 if you have the `FT_Set_Var_Blend_Coordinates' function. */
 #define HAVE_FT_SET_VAR_BLEND_COORDINATES 1