summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 02:52:38 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 02:52:38 +0000
commitb7d84f0b68ec15e80d2b69e63306e85443e24648 (patch)
treef3ed5119ce5c7606fafedc29a93b28e605ff34f9 /include/modules.h
parent04e2597df27393930796569a08ebda5e75ccfcad (diff)
Remove moduleDataDebug().. debuggers are much more efficient at outputting crap than code is.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1610 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index b64f943a6..e18b8f8cb 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -422,7 +422,6 @@ MDE int moduleAddData(ModuleData **md, const char *key, char *value); /* Set th
MDE void moduleDelData(ModuleData **md, const char *key); /* Delete this key/value pair */
MDE void moduleDelAllData(ModuleData **md); /* Delete all key/value pairs for this module for this struct */
void moduleDelAllDataMod(Module *m); /* remove all module data from all structs for this module */
-int moduleDataDebug(ModuleData **md); /* Allow for debug output of a moduleData struct */
MDE bool moduleMinVersion(int major,int minor,int patch,int build); /* Checks if the current version of anope is before or after a given verison */
/*************************************************************************/