diff options
Diffstat (limited to 'spectro/conv.h')
-rwxr-xr-x[-rw-r--r--] | spectro/conv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spectro/conv.h b/spectro/conv.h index 7a7baca..4e14dd9 100644..100755 --- a/spectro/conv.h +++ b/spectro/conv.h @@ -266,12 +266,6 @@ int sa_lu_psinvert(double **out, double **in, int m, int n); #endif /* SALONEINSTLIB */ /* - - - - - - - - - - - - - - - - - - -- */ -/* Diagnostic aids */ - -// Print bytes as hex to debug log */ -void adump_bytes(a1log *log, char *pfx, unsigned char *buf, int base, int len); - -/* - - - - - - - - - - - - - - - - - - -- */ #ifdef __cplusplus |