]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove an unneeded forward declaration and typedef
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 30 Dec 2007 13:49:43 +0000 (13:49 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 30 Dec 2007 13:49:43 +0000 (13:49 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8612 e03df62e-2008-0410-955e-edbf42e46eb7

include/base.h

index 4f5cc2e3ed90bed376da047cf0bd2befbafe3ee6..0d845dc792bd0271d951324b9aa739525ab107e6 100644 (file)
 #include <deque>
 #include <string>
 
-/** Do we use this? -- Brain */
-typedef void* VoidPointer;
-
 /** A private data store for an Extensible class */
 typedef std::map<std::string,char*> ExtensibleStore;
 
-/** Needed */
-class InspIRCd;
-
 /** The base class for all inspircd classes.
  * Wherever possible, all classes you create should inherit from this,
  * giving them the ability to be passed to various core functions