diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 21:17:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 21:17:43 +0000 |
commit | 402bb37950becc1577d7daf6cd6f088d01234010 (patch) | |
tree | 035181b6343db0db8f684faad770fb08b72bed95 /include/xline.h | |
parent | d01372ab64ac1844175c8858aee2a04f02f0aba9 (diff) |
Fix it all up, im done with the main bit of this
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8414 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xline.h b/include/xline.h index db6b63862..c2c5e54d7 100644 --- a/include/xline.h +++ b/include/xline.h @@ -203,8 +203,6 @@ class CoreExport ELine : public XLine virtual bool Matches(User *u); - virtual void Apply(User* u); - /** Ident mask */ char* identmask; |