diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h index e5c3dd6..6cb4cb2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -96,10 +96,7 @@ typedef struct { char *npStationFormat; char *listSongFormat; char *fifo; -#ifdef ENABLE_TLS - bool tls; char *tlsCaPath; -#endif BarMsgFormatStr_t msgFormat[MSG_COUNT]; } BarSettings_t; |