diff libpurple/protocols/silc/util.c @ 17573:9a96d8711303

We now depend on SILC Toolkit 1.1 for this copy of this prpl so we can lose a whole bunch of "#ifdef SILC_ATTRIBUTE_USER_ICON" and "#ifdef HAVE_SILCMIME_H" because they will always be true
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 01:54:40 +0000
parents 980a104267da
children 16bdcffb1c62
line wrap: on
line diff
--- a/libpurple/protocols/silc/util.c	Sat Jun 09 18:03:12 2007 +0000
+++ b/libpurple/protocols/silc/util.c	Sun Jun 10 01:54:40 2007 +0000
@@ -614,7 +614,6 @@
 				geo.accuracy ? geo.accuracy : "");
 }
 
-#ifdef HAVE_SILCMIME_H
 /* Returns MIME type of filetype */
 
 char *silcpurple_file2mime(const char *filename)
@@ -772,5 +771,3 @@
 
 	return list;
 }
-
-#endif /* HAVE_SILCMIME_H */