From fa77e6b289e52714011dde32c671922183975871 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 9 May 2022 01:01:01 +0200 Subject: Ports: Convert GLTron patches to new format --- Ports/gltron/patches/game_init_sdl_c.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Ports/gltron/patches/game_init_sdl_c.patch (limited to 'Ports/gltron/patches/game_init_sdl_c.patch') diff --git a/Ports/gltron/patches/game_init_sdl_c.patch b/Ports/gltron/patches/game_init_sdl_c.patch deleted file mode 100644 index 10d416a1f0..0000000000 --- a/Ports/gltron/patches/game_init_sdl_c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gltron-0.70/src/game/init_sdl.c 2003-07-13 13:47:58.000000000 +0000 -+++ gltron-0.70-patched/src/game/init_sdl.c 2022-01-10 00:57:00.255732917 +0000 -@@ -22,7 +22,6 @@ - - void inputInit(void) { - /* keyboard */ -- SDL_EnableKeyRepeat(0, 0); /* turn keyrepeat off */ - - /* joystick */ - if(SDL_Init(SDL_INIT_JOYSTICK) >= 0) { -- cgit v1.2.3