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 63e7158..572fbe4 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -627,9 +627,6 @@ char *ExpandOptions(WScreen *scr, const char *cmdline)
  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;
  }
-- 
1.8.3.2

Attachment: 0001-WMaker-src-misc.c-remove-obsolete-code.patch
Description: Binary data

Reply via email to