remove reference to obsolete sighup function

This commit is contained in:
Chris Jones 2008-12-26 23:02:27 +00:00
parent 04aae49867
commit eb39ca548a

View File

@ -821,7 +821,6 @@ class Terminator:
dbg ("closeterm function called while in zoomed mode. Restoring previous layout before closing.")
self.toggle_zoom(widget, not self._maximised)
#widget.sighup()
if self.remove(widget):
return True
return False