Removed unused argument from _wins_show_history

This commit is contained in:
James Booth
2014-12-10 21:49:21 +00:00
parent 742748b05c
commit c8ae55a88c
3 changed files with 10 additions and 11 deletions

View File

@@ -74,7 +74,6 @@ typedef struct prof_win_t {
int y_pos;
int paged;
int unread;
int history_shown;
union {
// WIN_CONSOLE
struct {
@@ -87,6 +86,7 @@ typedef struct prof_win_t {
gboolean is_otr;
gboolean is_trusted;
char *resource;
gboolean history_shown;
} chat;
// WIN_MUC