diff src/prpl.c @ 4044:133cf6424c53

[gaim-migrate @ 4252] Stripped the old proto-specific smiley support out. The new proto-specific smileys won't be set by the prpl, but by a smiley theme settable from preferences. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 04 Dec 2002 05:12:06 +0000
parents 89b56ab2b692
children bf443ac50a07
line wrap: on
line diff
--- a/src/prpl.c	Wed Dec 04 01:36:43 2002 +0000
+++ b/src/prpl.c	Wed Dec 04 05:12:06 2002 +0000
@@ -752,19 +752,6 @@
 	gtk_widget_show(regdlg);
 }
 
-GSList *add_smiley(GSList *list, char *key, char **xpm, int show) 
-{
-	struct _prpl_smiley *smiley;
-
-	smiley = (struct _prpl_smiley *)g_new0(struct _prpl_smiley, 1);
-	smiley->key = g_strdup(key);
-	smiley->xpm = xpm;
-	smiley->show = show;
-	list = g_slist_append(list, smiley);
-
-	return list;
-}
-
 static gboolean delayed_unload(void *handle) {
 	g_module_close(handle);
 	return FALSE;