src/plugin.h

changeset 6486
18da8fdbc85b
parent 6485
3c7ba18e32f1
child 6720
cdc5348dd848
--- a/src/plugin.h	Mon Aug 18 01:03:43 2003 +0000
+++ b/src/plugin.h	Mon Aug 18 01:37:17 2003 +0000
@@ -47,8 +47,6 @@
 #define GAIM_PRIORITY_HIGHEST  9999
 #define GAIM_PRIORITY_LOWEST  -9999
 
-#define GAIM_PLUGIN_ID_UNSET { 0, 0, 0, 0 }
-
 /**
  * Detailed information about a plugin.
  *
@@ -200,7 +198,7 @@
  * Reloads a plugin.
  *
  * @param plugin The old plugin handle.
- * 
+ *
  * @return @c TRUE if successful, or @c FALSE otherwise.
  *
  * @see gaim_plugin_load()
@@ -244,7 +242,6 @@
  */
 void gaim_plugins_unload_all(void);
 
-
 /**
  * Destroys all registered plugins.
  */

mercurial