diff src/protocols/oscar/oscar.c @ 4246:2a2d6d21f1d7

[gaim-migrate @ 4496] Remove the builddate and buildtime thingies. If anyone actually uses this, like fire or something, and you really need it, let me know and I guess I could put it back in. I also moved the 1 remaining function from meta.c to util.c, because I'm weird like that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jan 2003 06:56:31 +0000
parents cd84b0fd63fc
children 9c7fcb211886
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Jan 08 05:52:17 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Jan 08 06:56:31 2003 +0000
@@ -2815,15 +2815,12 @@
 	char *msg;
 	fu16_t id;
 	va_list ap;
-	char buildbuf[150];
 
 	va_start(ap, fr);
 	id  = (fu16_t) va_arg(ap, unsigned int);
 	msg = va_arg(ap, char *);
 	va_end(ap);
 
-	aim_getbuildstring(buildbuf, sizeof(buildbuf));
-
 	debug_printf("MOTD: %s (%hu)\n", msg ? msg : "Unknown", id);
 	if (id < 4)
 		do_error_dialog(_("Your AIM connection may be lost."), NULL, GAIM_WARNING);