diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2021-12-24 04:40:30 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-12-24 10:37:28 -0500 |
commit | 747c8d5ea422d0eb93d85eabc18eb8887b10861d (patch) | |
tree | 012ae53eb01a83e57575ff3238eea9a522f3dda3 /docs | |
parent | 22d0c4da7085610136939ffe82bb3877a4fd8d5b (diff) | |
download | rockbox-747c8d5ea422d0eb93d85eabc18eb8887b10861d.tar.gz rockbox-747c8d5ea422d0eb93d85eabc18eb8887b10861d.zip |
Remove dead code/documentation/comments
Change-Id: I4928d5967ad8a1f15b8725853102b74420252cc6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PLUGIN_API | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 94729a728b..8814833959 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -750,13 +750,6 @@ void gui_synclist_set_title(struct gui_synclist *lists, char* title, int icon) \param icon \description -void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw) - \group scroll bar - \param bars - \param force_redraw refreshes =bars= if true - \description Draws an initialized statusbar =bars= on the screen and refreshs it if =force_redraw= is true. - \see [S[apps/gui/statusbar.h]] - enum yesno_res gui_syncyesno_run(const struct text_message * main_message, const struct text_message * yes_message, const struct text_message * no_message) \group list \param main_message @@ -1969,11 +1962,6 @@ void srand(unsigned int seed) \param seed \description Seed the random number generator -struct gui_syncstatusbar *statusbars - \group scroll bar - \return - \description - int strcasecmp(const char *, const char *) \group strings and memory \param |