--- rxvt-unicode/src/perl/remote-clipboard 2006/01/25 15:35:27 1.3 +++ rxvt-unicode/src/perl/remote-clipboard 2006/01/25 21:20:49 1.4 @@ -100,13 +100,4 @@ () } -sub on_user_command { - my ($self, $cmd) = @_; - - if ($cmd eq "selection-pastebin:remote-pastebin") { - $self->upload_paste; - } - - () -}