aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-08-03 13:13:55 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-08-03 13:13:55 +0200
commit3adc2470f9893488ac4092fdb6d33e865fba6930 (patch)
tree829bc4738467b9d0f0a669d2bd2eabe4de48b09a
parent78d22cd0d649ab9bcf93344bc7c10924583018a1 (diff)
remove #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6)
that's always true as such macro did not exist before
-rw-r--r--skype/skype.c4
1 files changed, 0 insertions, 4 deletions
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