From 1495fe995015e29795fc5068dac5d79ffb8f63c9 Mon Sep 17 00:00:00 2001
From: David Maciejak <david.maciejak@gmail.com>
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 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

