diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-27 07:59:27 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-27 07:59:27 +0000 |
commit | ab04fb55522fe2a697bc8a40a3ce45742d386004 (patch) | |
tree | 661dbe6cf770ba9b95b178884448ecc35813593d /perl-install/standalone/draknfs | |
parent | ae2d143860cc759166784c2d11c9acc2de0a4211 (diff) | |
download | drakx-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar drakx-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.gz drakx-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.bz2 drakx-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.xz drakx-ab04fb55522fe2a697bc8a40a3ce45742d386004.zip |
remove unused code
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r-- | perl-install/standalone/draknfs | 2 |
1 files changed, 0 insertions, 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'; } }); |