Bring up to speed w/ TOGGLE_STATUS

This commit is contained in:
David Schmenk 2013-11-22 20:37:05 +00:00
parent e61efdc528
commit d411fd85f4
1 changed files with 3 additions and 0 deletions

View File

@ -449,6 +449,9 @@ int x_show_alert(int is_fatal, const char *str)
clear_fatal_logs();
return 0;
}
void x_toggle_status_lines(void)
{
}
void x_redraw_status_lines(void)
{
}