From 3adc2470f9893488ac4092fdb6d33e865fba6930 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 3 Aug 2010 13:13:55 +0200 Subject: remove #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) that's always true as such macro did not exist before --- skype/skype.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'skype') diff --git a/skype/skype.c b/skype/skype.c index 58695ee4..4c686216 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -789,16 +789,12 @@ static void skype_parse_chat(struct im_connection *ic, char *line) imcb_chat_free(gc); if (!strcmp(info, "STATUS MULTI_SUBSCRIBED")) { gc = imcb_chat_new(ic, id); -#if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif skype_printf(ic, "GET CHAT %s ADDER\n", id); skype_printf(ic, "GET CHAT %s TOPIC\n", id); } else if (!strcmp(info, "STATUS DIALOG") && sd->groupchat_with) { gc = imcb_chat_new(ic, id); -#if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif /* According to the docs this * is necessary. However it * does not seem the situation -- cgit v1.2.3