remove reference to obsolete sighup function
This commit is contained in:
parent
04aae49867
commit
eb39ca548a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue