1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Fix compilation warning on Horus. (#3677)

* Fix compilation warning on Horus. The // where added Jan25 as part of 5c71d74aab (diff-e7a8e42860fdbdf14bb250f27536fde6)

* Better fix ?
This commit is contained in:
3djc 2016-08-01 21:17:29 +02:00 committed by Bertrand Songis
parent 337ab74b8b
commit 459ab91f09

View file

@ -125,11 +125,13 @@ bool menuTextView(evt_t event)
lcdDrawText(MENUS_MARGIN_LEFT, MENU_CONTENT_TOP + i*FH, s_text_screen[i]);
}
#if 0
char * title = s_text_file;
#if defined(SIMU)
if (!strncmp(title, "./", 2)) title += 2;
#endif
// lcd_putsCenter(MENU_FOOTER_TOP, title, HEADER_COLOR);
lcd_putsCenter(MENU_FOOTER_TOP, title, HEADER_COLOR);
#endif
drawVerticalScrollbar(LCD_W-5, 50, 195, menuVerticalOffset, lines_count, NUM_BODY_LINES);