diff src/prpl.h @ 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 274cb26ba8dc
line wrap: on
line diff
--- a/src/prpl.h	Wed Dec 04 01:36:43 2002 +0000
+++ b/src/prpl.h	Wed Dec 04 05:12:06 2002 +0000
@@ -84,12 +84,6 @@
 
 struct file_transfer;
 
-struct _prpl_smiley {
-	char *key;
-	char **xpm;
-	int show;
-};
-
 struct prpl {
 	int protocol;
 	int options;
@@ -110,8 +104,6 @@
 	GList *(* edit_buddy_menu)(struct gaim_connection *, char *);
 	GList *(* chat_info)(struct gaim_connection *);
 
-	GSList *(* smiley_list)();
-
 	/* all the server-related functions */
 
 	/* a lot of these (like get_dir) are protocol-dependent and should be removed. ones like
@@ -221,8 +213,6 @@
 extern void set_icon_data(struct gaim_connection *, char *, void *, int);
 extern void *get_icon_data(struct gaim_connection *, char *, int *);
 
-extern GSList *add_smiley(GSList *, char *, char **, int) ;
-
 /* file transfer stuff */
 extern struct file_transfer *transfer_in_add(struct gaim_connection *gc,
 		const char *who, const char *filename, int totsize,