diff --git a/icom/ic746.c b/icom/ic746.c index a035c84b0..e588f1c86 100644 --- a/icom/ic746.c +++ b/icom/ic746.c @@ -131,8 +131,8 @@ typedef struct unsigned char tone_sql[3]; /* tone squelch frequency as tone */ struct { - unsigned char - pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */ + //unsigned char + //pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */ unsigned char code[2]; /* DTCS code bigendian */ } dcs; } channel_str_t;