summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/logger.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/logger.h b/include/logger.h
index cb3d00d6a..2a11967b9 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -88,11 +88,7 @@ class CoreExport LogInfo
void AddType(std::list<Anope::string> &list, const Anope::string &type);
- bool HasType(std::list<Anope::string> &list, const Anope::string &type) const;
-
- std::list<Anope::string> &GetList(LogType type);
-
- bool HasType(LogType Type);
+ bool HasType(LogType ltype, const Anope::string &type) const;
void ProcessMessage(const Log *l);
};