Tidied cmd_otr, added check-unit target to Makefile

This commit is contained in:
James Booth
2015-06-15 23:16:22 +01:00
parent 6097a5bade
commit fb0e065902
6 changed files with 164 additions and 110 deletions

View File

@@ -126,11 +126,6 @@ win_type_t ui_current_win_type(void)
return (win_type_t)mock();
}
gboolean ui_current_win_is_otr(void)
{
return (gboolean)mock();
}
void ui_current_print_line(const char * const msg, ...)
{
va_list args;