SDL: Remove renaming for SDL_GetDisplayDPI()

From 449b2289c895d4f10a5206497ff3e3ba34e47632 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 10 Feb 2023 06:24:16 -0800
Subject: [PATCH] Remove renaming for SDL_GetDisplayDPI()

---
 build-scripts/SDL_migration.cocci | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci
index 8cabf95f7ce7..abef4e248bc5 100644
--- a/build-scripts/SDL_migration.cocci
+++ b/build-scripts/SDL_migration.cocci
@@ -2321,11 +2321,6 @@ expression e;
 + SDL_EVENT_LAST
 @@
 @@
-- SDL_GetDisplayDPI
-+ SDL_GetDisplayPhysicalDPI
-  (...)
-@@
-@@
 - SDL_WINDOW_INPUT_GRABBED
 + SDL_WINDOW_MOUSE_GRABBED
 @@