From ab04fb55522fe2a697bc8a40a3ce45742d386004 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Sat, 27 Aug 2005 07:59:27 +0000 Subject: remove unused code --- perl-install/standalone/draknfs | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index ac05b0ef9..15664e403 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -565,8 +565,6 @@ $treeview->signal_connect(button_press_event => sub { my $selection = $treeview->get_selection; my $iter = $selection->get_selected; if ($iter) { - my $path = $model->get_path($iter); - my $i = ($path->get_indices)[0]; add_modify_entry($model, $treeview, "modify") if $event->type eq '2button-press'; } }); -- cgit v1.2.1