x11-misc/xwit: remove unused patch/file

Closes: https://github.com/gentoo/gentoo/pull/5383
This commit is contained in:
Michael Mair-Keimberger (asterix)
2017-08-10 19:52:00 +02:00
committed by David Seifert
parent b1273a49b3
commit fa3659163a
2 changed files with 0 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
src = xwit.c dsimple.c ClientWin.c
all: xwit
xwit: $(o)
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(src) -o xwit -lX11

View File

@@ -1,11 +0,0 @@
--- dsimple.c_ 2005-06-05 16:07:10.000000000 +0200
+++ dsimple.c 2005-06-05 16:07:47.000000000 +0200
@@ -46,7 +46,7 @@
char *Malloc(size)
unsigned size;
{
- char *data, *malloc();
+ char *data; //, *malloc();
if (!(data = malloc(size)))
Fatal_Error("Out of memory!");