diff --git a/x.c b/x.c index a163f06..de65fdc 100644 --- a/x.c +++ b/x.c @@ -209,9 +209,6 @@ clipcopy(const Arg *dummy) free(xsel.clipboard); xsel.clipboard = NULL; - #if VIM_BROWSE_PATCH - xsetsel(getsel()); - #endif // VIM_BROWSE_PATCH if (xsel.primary != NULL) { xsel.clipboard = xstrdup(xsel.primary);