From 30b324cec409e0c3bbeea82fe2e7771b20d30171 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 7 Oct 2017 14:25:05 +0100 Subject: windows: Remove useless __init__ overrides. --- poezio/windows/roster_win.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'poezio/windows/roster_win.py') diff --git a/poezio/windows/roster_win.py b/poezio/windows/roster_win.py index c6ec7b8a..eda1cf10 100644 --- a/poezio/windows/roster_win.py +++ b/poezio/windows/roster_win.py @@ -309,9 +309,6 @@ class RosterWin(Win): return None class ContactInfoWin(Win): - def __init__(self): - Win.__init__(self) - def draw_contact_info(self, contact): """ draw the contact information -- cgit v1.2.3