From 47f919a4a1bb3faea3ed4db4f72dd2ad36e19995 Mon Sep 17 00:00:00 2001
From: Tibor Nagy <xnagytibor@gmail.com>
Date: Wed, 3 Oct 2018 00:34:36 +0200
Subject: [PATCH] prboom: Remove unnecessary patches for relibc

---
 recipes/prboom/01_redox.patch | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/recipes/prboom/01_redox.patch b/recipes/prboom/01_redox.patch
index 16cdd8284..35f29a679 100644
--- a/recipes/prboom/01_redox.patch
+++ b/recipes/prboom/01_redox.patch
@@ -10,27 +10,6 @@ diff -burpN source-original/configure.ac source/configure.ac
  AC_DECL_SYS_SIGLIST
  AC_HEADER_SYS_WAIT
  AC_CHECK_HEADERS(unistd.h asm/byteorder.h sched.h)
-diff -burpN source-original/src/d_deh.c source/src/d_deh.c
---- source-original/src/d_deh.c	2008-10-11 14:10:38.000000000 +0200
-+++ source/src/d_deh.c	2018-04-22 23:41:16.949896859 +0200
-@@ -54,17 +54,6 @@
- #define TRUE 1
- #define FALSE 0
- 
--#ifndef HAVE_STRLWR
--#include <ctype.h>
--
--static char* strlwr(char* str)
--{
--  char* p;
--  for (p=str; *p; p++) *p = tolower(*p);
--  return str;
--}
--#endif
--
- // killough 10/98: new functions, to allow processing DEH files in-memory
- // (e.g. from wads)
- 
 diff -burpN source-original/src/SDL/i_video.c source/src/SDL/i_video.c
 --- source-original/src/SDL/i_video.c	2008-10-18 15:32:29.000000000 +0200
 +++ source/src/SDL/i_video.c	2018-04-23 00:51:18.944949507 +0200
-- 
GitLab