# HG changeset patch # User Richard Laager # Date 1191769103 0 # Node ID 239cb5c2297b054709a719785f19ad77440abaaa # Parent a4a55a096ac8c4092e87937eb1fc5b0e4c09ecf1 I think we're doing the proper checks now, so remove a TODO. If this is wrong, we'll fix it later. diff -r a4a55a096ac8 -r 239cb5c2297b libpurple/plugin.h --- a/libpurple/plugin.h Sun Oct 07 14:27:59 2007 +0000 +++ b/libpurple/plugin.h Sun Oct 07 14:58:23 2007 +0000 @@ -71,11 +71,6 @@ * * This is used in the version 2.0 API and up. */ -/* TODO We need to figure out exactly what parts of this are required. The - * dependent plugin unloading stuff was causing crashes with perl and tcl - * plugins because they didn't set ids and the dependency code was requiring - * them. Then we need to actually make sure that plugins have all the right - * parts before loading them. */ struct _PurplePluginInfo { unsigned int magic;