From ca4a6b9996c76b6a68570cec4668b720e5eaf879 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sun, 4 Sep 2022 08:29:37 +0200 Subject: [PATCH] Ununsed stuff --- src/cw/format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cw/format.h b/src/cw/format.h index e6a83356..5d61a7eb 100644 --- a/src/cw/format.h +++ b/src/cw/format.h @@ -45,7 +45,6 @@ char *format_s_hex_bytes(char *dst, const char *format, const char *delim, int cw_format_scan_hex_bytes(uint8_t *dst,const char *s, int len); -struct avltree; /** * Format bytes as a hex string. Hexadecimal letters are lower-case.