Address review comment, module is already global

https://github.com/lol768/znc/commit/b94c639e6a1755c33cc315aad247bbc50a83209e#commitcomment-19252797
This commit is contained in:
lol768
2016-10-01 20:39:14 +01:00
parent e066f896ef
commit 9cc59b2b78
-1
View File
@@ -53,7 +53,6 @@ class CSampleWebAPIMod : public CModule {
template <>
void TModInfo<CSampleWebAPIMod>(CModInfo& Info) {
Info.AddType(CModInfo::GlobalModule);
Info.SetWikiPage("samplewebapi");
}