From 992e085ca4ab6ff1a3e76594f8c50646bdbd002e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:24:00 +1200 Subject: Remove rot13 func --- urxvt/ext/selection | 9 --------- 1 file changed, 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) = @_; -- cgit v1.2.3