From 1bd9074464c9584e738c1b4e817b53f880baa975 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Wed, 11 Jun 2014 12:22:28 +0700 Subject: [PATCH] WMaker: src/misc.c remove obsolete code This patch is removing the call to get_dnd_selection function which was removed long time ago. --- src/misc.c | 3 --- 1 file changed, 3 deletions(-) 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;