summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-27 07:59:27 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-27 07:59:27 +0000
commitab04fb55522fe2a697bc8a40a3ce45742d386004 (patch)
tree661dbe6cf770ba9b95b178884448ecc35813593d /perl-install
parentae2d143860cc759166784c2d11c9acc2de0a4211 (diff)
downloaddrakx-backup-do-not-use-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar
drakx-backup-do-not-use-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.gz
drakx-backup-do-not-use-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.bz2
drakx-backup-do-not-use-ab04fb55522fe2a697bc8a40a3ce45742d386004.tar.xz
drakx-backup-do-not-use-ab04fb55522fe2a697bc8a40a3ce45742d386004.zip
remove unused code
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone/draknfs2
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';
}
});