From 4f2f3725bfea59da8247c26ec1d088036d95b896 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 19 Apr 2020 20:41:13 -0400 Subject: [PATCH] Remove save menu debug...it doesn't work --- commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons.h b/commons.h index 8bd2c86..687a1ef 100644 --- a/commons.h +++ b/commons.h @@ -12,7 +12,7 @@ #define JS8_SINGLE_DECODE 0 // single submode decode per instantiation of the decoder #define JS8_DECODE_THREAD 1 // use a separate thread for decode process handling #define JS8_ALLOW_EXTENDED 1 // allow extended latin-1 capital charset -#define JS8_SAVE_AUDIO 1 // enable the save menu +#define JS8_SAVE_AUDIO 0 // enable the save menu #ifdef QT_DEBUG #define JS8_DEBUG_DECODE 0 // emit debug statements for the decode pipeline