diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-21 21:43:33 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-21 21:47:53 -0400 |
commit | 9bd2a3e547d1c16bba5dcd0dee2197b885e3f2f9 (patch) | |
tree | 3dcfdd4a53fdf2a0f27653abd0033b07126c39f9 | |
parent | 3dd963f27a6818ce2a1140a8f420ff5ba6003bde (diff) |
usr: notes: Kaboom the unused defines
Signed-off-by: Ian Moffett <ian@osmora.org>
-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[] = { |