From 1aacc0c054c7ac90e15b80a85f239e843cf01bcc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 20 Apr 2010 00:25:33 +0200 Subject: update for 1.2.6 also a bit of cleanup. you can still build for 1.2.5 using '-DBITLBEE_VER(a,b,c)'='(((a) << 16) + ((b) << 8) + (c))' if you really want, though. --- skype/skype.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'skype/skype.c') diff --git a/skype/skype.c b/skype/skype.c index d19a0d0b..2e96d72e 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -768,19 +768,15 @@ 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); -#ifdef BITLBEE_VERSION_CODE #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif #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); -#ifdef BITLBEE_VERSION_CODE #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif #endif /* According to the docs this * is necessary. However it -- cgit v1.2.3