Skip to content
Permalink
Browse files

remove unused mutes from teletype.c

  • Loading branch information
samdoshi committed May 14, 2016
1 parent d7e8d2f commit a5ecfc33cf01922512ce120110dd321b429f2504
Showing with 0 additions and 3 deletions.
  1. +0 −3 src/teletype.c
@@ -19,7 +19,6 @@
#endif

// static char dbg[32];
uint8_t mutes[8];
int16_t tr_pulse[4];
tele_pattern_t tele_patterns[4];

@@ -335,6 +334,4 @@ void tele_init() {
tele_patterns[i].start = 0;
tele_patterns[i].end = 63;
}

for (i = 0; i < 8; i++) mutes[i] = 1;
}

0 comments on commit a5ecfc3

Please sign in to comment.