From 8537a54950a3767e54c0119a819e1ba8f8bced9e Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 24 Jan 2014 13:12:40 +0100 Subject: Remove classbase inheritance from Invitation --- src/users.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/users.cpp') 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; } -- cgit v1.3.1-10-gc9f91