From c77962710d7d72f4b0bf2fa41cfbf9a794a7a292 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:48:51 +1200 Subject: Discard unused param --- urxvt/ext/selection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urxvt/ext') diff --git a/urxvt/ext/selection b/urxvt/ext/selection index 9156dedb..6e2d0f7e 100644 --- a/urxvt/ext/selection +++ b/urxvt/ext/selection @@ -29,7 +29,7 @@ sub on_init { } sub on_sel_extend { - my ( $self, $time ) = @_; + my ( $self ) = @_; $self->{enabled} or return (); -- cgit v1.2.3