From 9caaf845ad71fe8b9853c198734ad854fc893840 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 14 Dec 2012 11:19:02 -0500 Subject: [PATCH] Prune vestige; #406 --- gittip/participant.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gittip/participant.py b/gittip/participant.py index bbe6f42e46..c633a73f4a 100644 --- a/gittip/participant.py +++ b/gittip/participant.py @@ -761,9 +761,3 @@ def take_over(self, platform, user_id, have_confirmation=False): "VALUES (%s, %s, %s)" , (other_id, self.id, archive_id) ) - - - @require_id - def disconnect_account(self, elsewhere_id): - """ - """