create: Drop unused property

This commit is contained in:
Cole Robinson 2014-02-05 14:24:44 -05:00
parent f5c32063e4
commit c37d0db001

View File

@ -91,7 +91,6 @@ class vmmCreate(vmmGObjectUI):
self.nic = None
self.storage_browser = None
self.conn_signals = []
# Distro detection state variables
self.detectedDistro = -1
@ -216,10 +215,6 @@ class vmmCreate(vmmGObjectUI):
def remove_conn(self):
if not self.conn:
return
for signal in self.conn_signals:
self.conn.disconnect(signal)
self.conn_signals = []
self.conn = None
def set_conn(self, newconn, force_validate=False):