From 9cc59b2b7847fa0eb4a46d34eb382346fe42f6a1 Mon Sep 17 00:00:00 2001 From: lol768 Date: Sat, 1 Oct 2016 20:39:14 +0100 Subject: [PATCH] Address review comment, module is already global https://github.com/lol768/znc/commit/b94c639e6a1755c33cc315aad247bbc50a83209e#commitcomment-19252797 --- modules/samplewebapi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/samplewebapi.cpp b/modules/samplewebapi.cpp index 4518d173..6c53ce91 100644 --- a/modules/samplewebapi.cpp +++ b/modules/samplewebapi.cpp @@ -53,7 +53,6 @@ class CSampleWebAPIMod : public CModule { template <> void TModInfo(CModInfo& Info) { - Info.AddType(CModInfo::GlobalModule); Info.SetWikiPage("samplewebapi"); }