From d0d35ec6b9e218aa2548d8ed402b606493ae8fe3 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Fri, 29 Jun 2007 14:04:17 +0000 Subject: chat.py: remove signal_connect - unused --- (limited to 'chat.py') diff --git a/chat.py b/chat.py index ff693e1..49dbba2 100644 --- a/chat.py +++ b/chat.py @@ -289,15 +289,6 @@ class TextChannel(): self._text_chan.Close() self._text_chan = None - def signal_connect(self, signal, callback): - """Connect the function callback to the signal. - - signal -- string, for example 'Received' - callback -- callback function - """ - if self._text_chan: - self._text_chan[CHANNEL_TYPE_TEXT].connect_to_signal(signal, callback) - def received_callback(self, callback): """Connect the function callback to the signal. -- cgit v0.9.1