strings.c
changeset 1102 998922a84f9b
parent 1097 196431cb50fe
child 1306 7768d8361d88
--- a/strings.c	Sun Jan 23 08:34:39 2005 +0000
+++ b/strings.c	Sun Jan 23 10:34:39 2005 +0000
@@ -261,7 +261,6 @@
 
 static byte *FormatTinyDate(byte *buff, uint16 number)
 {
-	const char *src;
 	YearMonthDay ymd;
 
 	ConvertDayToYMD(&ymd, number);