summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-24 13:12:40 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-24 13:12:40 +0100
commit8537a54950a3767e54c0119a819e1ba8f8bced9e (patch)
treec4e743c03ca8b465b306794e8049b37aa48a8871 /src/users.cpp
parent5c3abeda44cf085ee0ccd36c9779eab6c8c24e61 (diff)
Remove classbase inheritance from Invitation
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 6ec46883f..32ae87389 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -156,7 +156,6 @@ bool LocalUser::RemoveInvite(Channel* chan)
Invitation* inv = Invitation::Find(chan, this);
if (inv)
{
- inv->cull();
delete inv;
return true;
}