diff --git a/src/misc.c b/src/misc.c index 63e71583..572fbe42 100644 --- a/src/misc.c +++ b/src/misc.c @@ -626,9 +626,6 @@ char *ExpandOptions(WScreen *scr, const char *cmdline) if (scr->xdestring) { dropped_thing = wstrdup(scr->xdestring); } - if (!dropped_thing) { - dropped_thing = get_dnd_selection(scr); - } if (!dropped_thing) { scr->flags.dnd_data_convertion_status = 1; goto error;