--- rxvt-unicode/src/perl/macosx-clipboard 2011/11/20 11:09:22 1.4 +++ rxvt-unicode/src/perl/macosx-clipboard 2011/11/22 17:04:28 1.5 @@ -45,7 +45,6 @@ sub paste { my ($self) = @_; - # $str = $pasteboard->stringForType_($type)->UTF8String; my $str = $pasteboard->paste; utf8::decode $str; $self->tt_write ($self->locale_encode ($str));