1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

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-11 12:22:28 +07:00
committed by Carlos R. Mafra
parent f33c89e369
commit 1bd9074464

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;