From 12085b8014234b10739d5cf22ed6c6d055ce8741 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 29 Jul 2013 16:25:20 +1000 Subject: Fix compiler warnings, operating system dependancies, and non-portable code. --- src/gdisp/mcufont/mf_wordwrap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gdisp/mcufont/mf_wordwrap.c') diff --git a/src/gdisp/mcufont/mf_wordwrap.c b/src/gdisp/mcufont/mf_wordwrap.c index 4650c24a..ebf3a537 100644 --- a/src/gdisp/mcufont/mf_wordwrap.c +++ b/src/gdisp/mcufont/mf_wordwrap.c @@ -227,7 +227,6 @@ void mf_wordwrap(const struct mf_font_s *font, int16_t width, void mf_wordwrap(const struct mf_font_s *font, int16_t width, mf_str text, mf_line_callback_t callback, void *state) { - mf_str orig = text; mf_str linestart; /* Current line width and character count */ -- cgit v1.2.3