aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext')
-rw-r--r--urxvt/ext/selection5
1 files changed, 0 insertions, 5 deletions
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 {