]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove unused channelmanager
authorattilamolnar <attilamolnar@hush.com>
Fri, 15 Jun 2012 18:03:08 +0000 (20:03 +0200)
committerRobin Burchell <robin+git@viroteck.net>
Fri, 29 Jun 2012 22:05:00 +0000 (00:05 +0200)
include/channelmanager.h [deleted file]
src/channelmanager.cpp [deleted file]
win/inspircd.vcxproj

diff --git a/include/channelmanager.h b/include/channelmanager.h
deleted file mode 100644 (file)
index 58d4fce..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * InspIRCd -- Internet Relay Chat Daemon
- *
- *   Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
- *
- * This file is part of InspIRCd.  InspIRCd is free software: you can
- * redistribute it and/or modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation, version 2.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef CHANNELMANAGER_H
-#define CHANNELMANAGER_H
-
-/** THe channel manager class allocates and deallocates channels and manages
- * the container which holds them. For some reason, nobody finished this.
- * TODO: Finish in future release!
- */
-class CoreExport ChannelManager
-{
- public:
-       /** Constructor
-        */
-       ChannelManager()
-       {
-       }
-};
-
-#endif
diff --git a/src/channelmanager.cpp b/src/channelmanager.cpp
deleted file mode 100644 (file)
index c9aff2b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * InspIRCd -- Internet Relay Chat Daemon
- *
- *
- * This file is part of InspIRCd.  InspIRCd is free software: you can
- * redistribute it and/or modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation, version 2.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-/* $Core */
-
-#include "inspircd.h"
-
index e77a918a0f9cb7ec48a978a2fbb9783b488b7610..03bacaad3a69c041c450ab3032c452d7fc3edf38 100644 (file)
@@ -268,7 +268,6 @@ nmake -f modules.mak
   <ItemGroup>
     <ClCompile Include="..\src\bancache.cpp" />
     <ClCompile Include="..\src\base.cpp" />
-    <ClCompile Include="..\src\channelmanager.cpp" />
     <ClCompile Include="..\src\channels.cpp" />
     <ClCompile Include="..\src\cidr.cpp" />
     <ClCompile Include="..\src\commands.cpp" />
@@ -335,7 +334,6 @@ nmake -f modules.mak
     <ClInclude Include="..\include\bancache.h" />
     <ClInclude Include="..\include\base.h" />
     <ClInclude Include="..\include\caller.h" />
-    <ClInclude Include="..\include\channelmanager.h" />
     <ClInclude Include="..\include\channels.h" />
     <ClInclude Include="..\include\command_parse.h" />
     <ClInclude Include="..\include\configreader.h" />