From dd32970ba5ad746ab69b7d8a1c205794a7511c3d Mon Sep 17 00:00:00 2001 From: dcp1990 Date: Wed, 22 Jun 2005 21:59:57 +0000 Subject: [PATCH] Get rid of that stuff; it's in modems/ now --- phoned/modem.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/phoned/modem.c b/phoned/modem.c index 562afe4..c270721 100644 --- a/phoned/modem.c +++ b/phoned/modem.c @@ -47,9 +47,6 @@ #include #define MODEM_C #include -#define ROCKWELL_INITSTRING "ATZ\r\nAT E0 #CID=2 V0\r\n" -#define ROCKWELL_PICKUP "ATH1\r\n" -#define ROCKWELL_HANGUP "ATH\r\n" /* globals */ FILE* modem; int modemfd;