--- 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,