From b5e7711e0898227a9f37ce37f90251038bb654e3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:28:55 +1200 Subject: Remove option popup hook --- urxvt/ext/selection | 4 ---- 1 file changed, 4 deletions(-) (limited to 'urxvt/ext/selection') 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 }) - }; - () } -- cgit v1.2.3