aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:48:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:48:51 +1200
commitc77962710d7d72f4b0bf2fa41cfbf9a794a7a292 (patch)
tree8d83503a68998c5864ae5d63cf1e2999100f2cd9 /urxvt
parentFix needlessly narrow comment (diff)
downloaddotfiles-c77962710d7d72f4b0bf2fa41cfbf9a794a7a292.tar.gz
dotfiles-c77962710d7d72f4b0bf2fa41cfbf9a794a7a292.zip
Discard unused param
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection2
1 files changed, 1 insertions, 1 deletions
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 ();