summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-22 00:09:15 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-22 00:09:15 +0000
commit585138e4a46a3c9f3ad3666f675d178922a81815 (patch)
tree6f7dec768836d371f7d611508ebbd9c32823ff5f /include/inspircd.h
parentd221de88276b9e33a108281a9cd0a58875032fc6 (diff)
Clean up unused functions, add nonicks operoverride [dKingston]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11951 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 4198864ca..9156d3444 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -738,11 +738,6 @@ class CoreExport InspIRCd
*/
bool SilentULine(const std::string& server);
- /** Returns the subversion revision ID of this ircd
- * @return The revision ID or an empty string
- */
- std::string GetRevision();
-
/** Returns the full version string of this ircd
* @return The version string
*/