diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-22 00:09:15 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-22 00:09:15 +0000 |
commit | 585138e4a46a3c9f3ad3666f675d178922a81815 (patch) | |
tree | 6f7dec768836d371f7d611508ebbd9c32823ff5f /include/inspircd.h | |
parent | d221de88276b9e33a108281a9cd0a58875032fc6 (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.h | 5 |
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 */ |