From f5bab98a4e4e865c6bcc5ed7ef3f66bd4cf72c06 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:28:20 +1200 Subject: Remove selection.pattern-* resources --- urxvt/ext/selection | 5 ----- 1 file changed, 5 deletions(-) (limited to 'urxvt/ext') diff --git a/urxvt/ext/selection b/urxvt/ext/selection index cf8dd142..3d7d38c5 100644 --- a/urxvt/ext/selection +++ b/urxvt/ext/selection @@ -8,11 +8,6 @@ sub on_init { push @{ $self->{patterns} }, qr{\G [\Q$res\E[:space:]]* ([^\Q$res\E[:space:]]+) }x; } - for (my $idx = 0; defined (my $res = $self->x_resource ("selection.pattern-$idx")); $idx++) { - $res = $self->locale_decode ($res); - push @{ $self->{patterns} }, qr/$res/; - } - $self->{enabled} = 1; push @{ $self->{term}{option_popup_hook} }, sub { -- cgit v1.2.3