diff options
Diffstat (limited to 'usr.bin/notes')
-rw-r--r-- | usr.bin/notes/notes.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/notes/notes.c b/usr.bin/notes/notes.c index 79eaf2c..e6aeed5 100644 --- a/usr.bin/notes/notes.c +++ b/usr.bin/notes/notes.c @@ -33,14 +33,7 @@ #include <fcntl.h> #include <ctype.h> -/* - * We start at 'BASE_NOTE' Hz and increment by - * 'NOTE_STEP' Hz every next key. - */ -#define BASE_NOTE 300 -#define NOTE_STEP 50 #define BEEP_MSEC 100 - #define key_step(KEY) ('9' - ((KEY))) static uint16_t freqtab[] = { |