From 13eabe6aa5f117fa498d12405cbcdc2fe67775fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 14 Sep 2011 21:13:28 -0500 Subject: Cleanup tsak a bit --- tsak/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tsak') diff --git a/tsak/main.cpp b/tsak/main.cpp index ad32b3c..d7ba23b 100644 --- a/tsak/main.cpp +++ b/tsak/main.cpp @@ -38,7 +38,6 @@ License along with tsak. If not, see http://www.gnu.org/licenses/. #define FIFO_DIR "/tmp/ksocket-global" #define FIFO_FILE_OUT "/tmp/ksocket-global/tsak" -#define PIPE_CHECK_INTERVAL 50 #define TestBit(bit, array) (array[(bit) / 8] & (1 << ((bit) % 8))) -- cgit v1.2.3