From 1d3b674ecc56c32cac624411ae4d6e986a7032b2 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 18:32:07 +0200 Subject: [PATCH] rm old linux code --- src/Makefile | 2 +- src/irmc.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Makefile b/src/Makefile index 86a4070..ed4a121 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -SRC = irmc.c cwprotocol.c beep.c +SRC = irmc.c cwprotocol.c beep.c util.c OBJ = ${SRC:.c=.o} LDFLAGS = -lportaudio -lpthread -lm CFLAGS = -Wall -Wno-format-zero-length diff --git a/src/irmc.c b/src/irmc.c index 0ba54f6..80aa56b 100644 --- a/src/irmc.c +++ b/src/irmc.c @@ -24,12 +24,6 @@ #include #endif -/* - #include - #include - #include -*/ - //#define DEBUG 1 #define MAXDATASIZE 1024 // max number of bytes we can get at once