Tidied cmd_otr, added check-unit target to Makefile
This commit is contained in:
@@ -1151,19 +1151,6 @@ ui_current_win_type(void)
|
||||
return current->type;
|
||||
}
|
||||
|
||||
gboolean
|
||||
ui_current_win_is_otr(void)
|
||||
{
|
||||
ProfWin *current = wins_get_current();
|
||||
if (current->type == WIN_CHAT) {
|
||||
ProfChatWin *chatwin = (ProfChatWin*)current;
|
||||
assert(chatwin->memcheck == PROFCHATWIN_MEMCHECK);
|
||||
return chatwin->enc_mode == PROF_ENC_OTR;
|
||||
} else {
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
win_type_t
|
||||
ui_win_type(int index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user