template.c: remove junk
This commit is contained in:
parent
073b9a04f4
commit
918361489c
@ -43,13 +43,6 @@ const char* ANSI_CLEAR = __ANSI_CLEAR_STRING;
|
||||
#define unsigned_to_signed(x) (x - PCM_COEFFICIENT)
|
||||
#define signed_to_unsigned(x) (x + PCM_COEFFICIENT)
|
||||
|
||||
unsigned int dbgpnt_counter = 0;
|
||||
const char* dbgpnt_labels[3] = { "memory allocation",
|
||||
"bytebeat generation",
|
||||
"writing file" };
|
||||
#define dbgpnt_labels_size \
|
||||
(unsigned int)(sizeof(dbgpnt_labels) / sizeof(dbgpnt_labels[0]))
|
||||
|
||||
// global variables
|
||||
#define SILENT_MODE `silent_mode`
|
||||
#define VERBOSE_MODE `verbose_mode`
|
||||
|
Loading…
Reference in New Issue
Block a user