From f51957a07f91a336c37f72a0bc933ba044371b55 Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Tue, 1 Apr 2014 16:44:50 -0700 Subject: [PATCH] Remove dictionary of access points stored in RadarWindow This has been the goal of changes since the UI/logic split started. Signed-off-by: Sean Robinson --- wifiradar/gui/g2/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wifiradar/gui/g2/__init__.py b/wifiradar/gui/g2/__init__.py index 9d488ac..cdba3f6 100644 --- a/wifiradar/gui/g2/__init__.py +++ b/wifiradar/gui/g2/__init__.py @@ -94,7 +94,6 @@ class RadarWindow: """ Create a new RadarWindow wanting to communicate through :data:`msg_pipe`, a :class:`multiprocessing.Connection`. """ - self.access_points = {} self.msg_pipe = msg_pipe gtk.gdk.threads_init() -- 2.11.4.GIT