summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/services.h b/include/services.h
index 587519298..66e12aeb2 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1240,23 +1240,6 @@ struct capabinfo_ {
/*************************************************************************/
-class CoreExport Service : public BotInfo
-{
- public:
- /** Create a new Services pseudo-client
- * @param nick The nickname to assign to the pseudo-client.
- * @param user The ident to assign to the pseudo-client.
- * @param host The hostname to assign to the pseudo-client.
- * @param real The realname to assign to the pseudo-client.
- */
- Service(const char *nick, const char *user, const char *host, const char *real);
- /** Destroy a pseudo-client, cleaning up appropriately.
- */
- virtual ~Service();
-};
-
-/*************************************************************************/
-
/*
* Forward declaration reqired, because the base IRCDProto class uses some crap from in here.
*/