summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index db29c71f8..576c2bbb8 100644
--- a/strings.c
+++ b/strings.c
@@ -261,7 +261,6 @@ static byte *FormatMonthAndYear(byte *buff, uint16 number)
static byte *FormatTinyDate(byte *buff, uint16 number)
{
- const char *src;
YearMonthDay ymd;
ConvertDayToYMD(&ymd, number);