Removed result from main loop

This commit is contained in:
James Booth
2015-01-14 23:57:45 +00:00
parent a6160d52c6
commit 3984c660b6
4 changed files with 9 additions and 9 deletions

View File

@@ -325,7 +325,7 @@ void ui_update_presence(const resource_presence_t resource_presence,
void ui_about(void) {}
void ui_statusbar_new(const int win) {}
wint_t ui_get_char(char *input, int *size, int *result)
wint_t ui_get_char(char *input, int *size)
{
return 0;
}