WMaker: src/misc.c remove obsolete code

This patch is removing the call to get_dnd_selection function
which was removed long time ago.
This commit is contained in:
David Maciejak
2014-06-15 10:11:55 +01:00
committed by Carlos R. Mafra
parent f33c89e369
commit 1bd9074464
-3
View File
@@ -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;