mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +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:
committed by
Carlos R. Mafra
parent
f33c89e369
commit
1bd9074464
@@ -626,9 +626,6 @@ char *ExpandOptions(WScreen *scr, const char *cmdline)
|
|||||||
if (scr->xdestring) {
|
if (scr->xdestring) {
|
||||||
dropped_thing = wstrdup(scr->xdestring);
|
dropped_thing = wstrdup(scr->xdestring);
|
||||||
}
|
}
|
||||||
if (!dropped_thing) {
|
|
||||||
dropped_thing = get_dnd_selection(scr);
|
|
||||||
}
|
|
||||||
if (!dropped_thing) {
|
if (!dropped_thing) {
|
||||||
scr->flags.dnd_data_convertion_status = 1;
|
scr->flags.dnd_data_convertion_status = 1;
|
||||||
goto error;
|
goto error;
|
||||||
|
|||||||
Reference in New Issue
Block a user