aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext')
-rw-r--r--urxvt/ext/selection9
1 files changed, 0 insertions, 9 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 187aaba8..fe3bc3af 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -1,14 +1,5 @@
#!/usr/bin/env perl
-sub on_user_command {
- my ($self, $cmd) = @_;
-
- $cmd eq "selection:rot13"
- and $self->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $self->selection);
-
- ()
-}
-
sub on_init {
my ($self) = @_;