Fix some TODO/FIXME notes

This commit is contained in:
twinaphex 2020-03-02 20:52:29 +01:00
parent 1167a06a5a
commit 4f5b16b245
2 changed files with 1 additions and 2 deletions

View File

@ -100,7 +100,6 @@ char* discord_get_own_avatar(void)
bool discord_avatar_is_ready(void)
{
/*To-Do: fix-me, prevent lockups in ozone due to unfinished code*/
return false;
}

View File

@ -152,7 +152,7 @@ int action_right_input_desc_kbd(unsigned type, const char *label,
return 0;
}
/* fix-me: incomplete, lacks error checking */
/* TODO/FIXME: incomplete, lacks error checking */
int action_right_input_desc(unsigned type, const char *label,
bool wraparound)
{