changeset 13296:263c2db78f77

[gaim-migrate @ 15662] Kill the other media_prpl_ops. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 16 Feb 2006 02:00:25 +0000
parents 2c8629dd755c
children ec4e72c12863
files src/protocols/bonjour/bonjour.c src/protocols/gg/gg.c src/protocols/irc/irc.c src/protocols/jabber/jabber.c src/protocols/msn/msn.c src/protocols/napster/napster.c src/protocols/novell/novell.c src/protocols/oscar/oscar.c src/protocols/silc/silc.c src/protocols/simple/simple.c src/protocols/toc/toc.c src/protocols/yahoo/yahoo.c src/protocols/zephyr/zephyr.c
diffstat 13 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/bonjour/bonjour.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/bonjour/bonjour.c	Thu Feb 16 02:00:25 2006 +0000
@@ -413,7 +413,6 @@
 	NULL,                                                    /* new_xfer */
 	NULL,                                                    /* offline_message */
 	NULL,                                                    /* whiteboard_prpl_ops */
-	NULL,                                                    /* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/gg/gg.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/gg/gg.c	Thu Feb 16 02:00:25 2006 +0000
@@ -1927,7 +1927,6 @@
 	NULL,				/* new_xfer */
 	NULL,				/* offline_message */
 	NULL,				/* whiteboard_prpl_ops */
-	NULL,				/* media_prpl_ops */
 };
 /* }}} */
 
--- a/src/protocols/irc/irc.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/irc/irc.c	Thu Feb 16 02:00:25 2006 +0000
@@ -857,7 +857,6 @@
 	irc_dccsend_new_xfer,	/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 
--- a/src/protocols/jabber/jabber.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/jabber/jabber.c	Thu Feb 16 02:00:25 2006 +0000
@@ -1866,7 +1866,6 @@
 	jabber_si_new_xfer,				/* new_xfer */
 	jabber_offline_message,			/* offline_message */
 	NULL,							/* whiteboard_prpl_ops */
-	NULL,							/* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/msn/msn.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/msn/msn.c	Thu Feb 16 02:00:25 2006 +0000
@@ -1910,7 +1910,6 @@
 	msn_new_xfer,			/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/napster/napster.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/napster/napster.c	Thu Feb 16 02:00:25 2006 +0000
@@ -679,7 +679,6 @@
 	NULL,					/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/novell/novell.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/novell/novell.c	Thu Feb 16 02:00:25 2006 +0000
@@ -3525,7 +3525,6 @@
 	NULL,						/* new_xfer */
 	NULL,						/* offline_message */
 	NULL,						/* whiteboard_prpl_ops */
-	NULL,						/* media_prpl_ops */
 };
 
 static GaimPluginInfo info = {
--- a/src/protocols/oscar/oscar.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Feb 16 02:00:25 2006 +0000
@@ -8657,7 +8657,6 @@
 	oscar_new_xfer,			/* new_xfer */
 	oscar_offline_message,	/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 static GaimPluginUiInfo prefs_info = {
--- a/src/protocols/silc/silc.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/silc/silc.c	Thu Feb 16 02:00:25 2006 +0000
@@ -1799,7 +1799,6 @@
 	silcgaim_ftp_new_xfer,		/* new_xfer */
 	NULL,						/* offline_message */
 	&silcgaim_wb_ops,			/* whiteboard_prpl_ops */
-	NULL,						/* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/simple/simple.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/simple/simple.c	Thu Feb 16 02:00:25 2006 +0000
@@ -1622,7 +1622,6 @@
 	NULL,					/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 
--- a/src/protocols/toc/toc.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/toc/toc.c	Thu Feb 16 02:00:25 2006 +0000
@@ -2299,7 +2299,6 @@
 	NULL,					/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/yahoo/yahoo.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Feb 16 02:00:25 2006 +0000
@@ -3707,7 +3707,6 @@
 	yahoo_new_xfer,
 	yahoo_offline_message, /* offline_message */
 	&yahoo_whiteboard_prpl_ops,
-	NULL, /* media_prpl_ops */
 };
 
 static GaimPluginInfo info =
--- a/src/protocols/zephyr/zephyr.c	Thu Feb 16 01:54:50 2006 +0000
+++ b/src/protocols/zephyr/zephyr.c	Thu Feb 16 02:00:25 2006 +0000
@@ -2836,7 +2836,6 @@
 	NULL,					/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* media_prpl_ops */
 };
 
 static GaimPluginInfo info = {