From 17a61dabf6ac5b3914669aff3715432531807ae5 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 9 Jun 2008 11:08:54 +0100 Subject: [PATCH] remove my testing --- terminator | 2 -- 1 file changed, 2 deletions(-) diff --git a/terminator b/terminator index 0954862e..beb2d9a3 100755 --- a/terminator +++ b/terminator @@ -1039,8 +1039,6 @@ class Terminator: """ vertical = pos in ("top", "bottom") pane = (vertical) and gtk.VPaned () or gtk.HPaned () - #pane.handle_size = 1 - # get the parent of the provided terminal parent = widget.get_parent ()