From f29d7c0652072b482679c2503be6f2524f45fe35 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 16 Oct 2012 11:56:39 -0400 Subject: more obsolete FIXMEs removed --- globals.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 353a6cf..d7529f0 100644 --- a/globals.h +++ b/globals.h @@ -91,16 +91,6 @@ #define YES 1 #define NO 0 - -#define LOCS_ctrl 0 -#define LWLS_ctrl 1 -#define REMS_ctrl 2 -#define RWLS_ctrl 3 -#define RS232_ctrl 4 -#define TELNET_ctrl 5 -#define WEB_ctrl 6 // FIXME - - #define max_commands_in_input 12 #define max_output_length 512 #define max_channels 2 -- cgit