diff --git a/lib/records/P_RecDefs.h b/lib/records/P_RecDefs.h index 46e44566b3a..2721db9a217 100644 --- a/lib/records/P_RecDefs.h +++ b/lib/records/P_RecDefs.h @@ -58,11 +58,6 @@ enum RecEntryT { RECE_RECORD, }; -struct RecConfigFileEntry { - RecEntryT entry_type; - char *entry; -}; - typedef struct RecConfigCbList_t { RecConfigUpdateCb update_cb; void *update_cookie;