diff options
author | Adam <Adam@anope.org> | 2011-05-09 21:13:13 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-16 04:10:18 -0400 |
commit | 13915d8b570fa13119c830b2a8a6f7e104cccedd (patch) | |
tree | 8af2814b04a7d79ad2f49b368625ef43b1028d99 /src | |
parent | 9962fae1a176d62813d8c83ca77104a2efc60e92 (diff) |
Modularized os_news
Diffstat (limited to 'src')
-rw-r--r-- | src/operserv.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/operserv.cpp b/src/operserv.cpp index 6ddaeeffb..7426d4b20 100644 --- a/src/operserv.cpp +++ b/src/operserv.cpp @@ -13,8 +13,6 @@ #include "modules.h" #include "operserv.h" -std::vector<NewsItem *> News; - XLineManager *SGLine = NULL, *SZLine = NULL, *SQLine = NULL, *SNLine = NULL; /* List of XLine managers we check users against in XLineManager::CheckAll */ |