aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urxvt/ext/select.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/urxvt/ext/select.pl b/urxvt/ext/select.pl
index 589c7464..7701e963 100644
--- a/urxvt/ext/select.pl
+++ b/urxvt/ext/select.pl
@@ -83,11 +83,3 @@ sub on_sel_extend {
# Done
return ();
}
-
-# Copy selections to CLIPBOARD as well as PRIMARY.
-sub on_sel_grab {
- my ( $self, $time ) = @_;
- $self->selection( $self->selection, 1 );
- $self->selection_grab( $time, 1 );
- return ();
-}