aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/selection
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext/selection')
-rw-r--r--urxvt/ext/selection4
1 files changed, 0 insertions, 4 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 3d7d38c5..c8c37926 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -10,10 +10,6 @@ sub on_init {
$self->{enabled} = 1;
- push @{ $self->{term}{option_popup_hook} }, sub {
- ("new selection" => $self->{enabled}, sub { $self->{enabled} = shift })
- };
-
()
}