Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-28 09:40:22 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-28 09:40:22 (GMT)
commitb6a14455737d9bddf5c72a903986bac8a6f59147 (patch)
treef9ce44451948f929048ffa3605974391cc86fc89 /shell
parent56b97575a9a0bc310c6a96c6f38a30c5c886c6c3 (diff)
Kill a lot of old old unused code
Diffstat (limited to 'shell')
-rw-r--r--shell/view/ActivityHost.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index 8d43bc2..de23d4e 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -19,7 +19,6 @@ import dbus
from sugar.p2p import Stream
from sugar.p2p import network
-from sugar.chat import ActivityChat
import OverlayWindow
class ActivityChatWindow(gtk.Window):
@@ -51,8 +50,8 @@ class ActivityHost:
self._overlay_window = None
win = self._gdk_window
- self._chat_widget = ActivityChat.ActivityChat(self)
- self._chat_window = ActivityChatWindow(win, self._chat_widget)
+ #self._chat_widget = ActivityChat.ActivityChat(self)
+ #self._chat_window = ActivityChatWindow(win, self._chat_widget)
self._frame_was_visible = False