diff libpurple/mediamanager.h @ 26432:064657db29c4

Properly wrap media functions so the API doesn't disappear when USE_VV is not defined.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 04:00:11 +0000
parents 1ae3af12095a
children e9b5d68887ff
line wrap: on
line diff
--- a/libpurple/mediamanager.h	Mon Mar 23 02:59:18 2009 +0000
+++ b/libpurple/mediamanager.h	Mon Mar 23 04:00:11 2009 +0000
@@ -27,8 +27,6 @@
 #ifndef __MEDIA_MANAGER_H_
 #define __MEDIA_MANAGER_H_
 
-#ifdef USE_VV
-
 #include <glib.h>
 #include <glib-object.h>
 
@@ -155,7 +153,4 @@
 
 G_END_DECLS
 
-#endif  /* USE_VV */
-
-
 #endif  /* __MEDIA_MANAGER_H_ */