remove my testing

This commit is contained in:
Chris Jones 2008-06-09 11:08:54 +01:00
parent 42bea4cfdb
commit 17a61dabf6
1 changed files with 0 additions and 2 deletions

View File

@ -1039,8 +1039,6 @@ class Terminator:
""" """
vertical = pos in ("top", "bottom") vertical = pos in ("top", "bottom")
pane = (vertical) and gtk.VPaned () or gtk.HPaned () pane = (vertical) and gtk.VPaned () or gtk.HPaned ()
#pane.handle_size = 1
# get the parent of the provided terminal # get the parent of the provided terminal
parent = widget.get_parent () parent = widget.get_parent ()