comparison mcabber/mcabber/screen.c @ 2181:bc10fc4eced7

Remove unused code
author Holger Weiß <holger@zedat.fu-berlin.de>
date Thu, 23 Jul 2015 22:12:38 +0200
parents 46d1182d45be
children ee3a40ffcd8b
comparison
equal deleted inserted replaced
2180:16eab3dc1bb3 2181:bc10fc4eced7
1541 update_panels(); 1541 update_panels();
1542 } else if (!(prefix_flags & HBB_PREFIX_NOFLAG)) { 1542 } else if (!(prefix_flags & HBB_PREFIX_NOFLAG)) {
1543 setmsgflg = TRUE; 1543 setmsgflg = TRUE;
1544 } 1544 }
1545 if (setmsgflg && !special) { 1545 if (setmsgflg && !special) {
1546 if (special && !winId) 1546 roster_msg_setflag(winId, FALSE, TRUE);
1547 winId = SPECIAL_BUFFER_STATUS_ID;
1548 roster_msg_setflag(winId, special, TRUE);
1549 update_roster = TRUE; 1547 update_roster = TRUE;
1550 } 1548 }
1551 } 1549 }
1552 1550
1553 static char *attention_sign_guard(const gchar *key, const gchar *new_value) 1551 static char *attention_sign_guard(const gchar *key, const gchar *new_value)