diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-24 15:03:34 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-24 15:03:34 +0000 |
commit | 52525bc3df770bb0158acf3b7cb0b9afb6c3e0b7 (patch) | |
tree | 22a1b0976b5165b917241f64e3121d3c0e3328af /include/inspircd.h | |
parent | c30a6f1a52a6d786bbea7c37e62ccb2a7106b3b7 (diff) |
And remove it from the header..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7543 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 79d3ae7ed..b0382e473 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -340,10 +340,6 @@ class CoreExport InspIRCd : public classbase */ void MoveTo(std::string modulename,int slot); - /** Display the startup banner - */ - void Start(); - /** Set up the signal handlers */ void SetSignals(); |