diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2019-07-20 22:06:30 +0200 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2019-07-20 22:06:30 +0200 |
commit | 859f762814a408fabd22171baeba9f1d13e76eda (patch) | |
tree | 2300d2bd54f7387edcb84268d02b242127cb77a9 /apps/plugin.c | |
parent | 4d2874fd3dfe18651664ba5dcc172b7960b9edd2 (diff) |
Move get_codepage_name() back out of #ifdef HAVE_LCD_BITMAP
55eb1c54 accidentally put it there.
Change-Id: I25d1984f7d4a1e6d65d23aafab5eefea4f92322e
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 12bfe485e5..f9cef981bf 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -262,10 +262,7 @@ static const struct plugin_api rockbox_api = { &button_queue, #endif bidi_l2v, -#ifdef HAVE_LCD_BITMAP is_diacritic, - get_codepage_name, -#endif font_get_bits, font_load, font_unload, @@ -275,6 +272,7 @@ static const struct plugin_api rockbox_api = { screen_clear_area, gui_scrollbar_draw, #endif /* HAVE_LCD_BITMAP */ + get_codepage_name, #ifdef HAVE_REMOTE_LCD /* remote lcd */ |