elm cnp/Wl: Remove duplicated data send callback 74/84774/2 accepted/tizen/common/20160826.142851 submit/tizen/20160826.104819
authorThiep Ha <thiepha@gmail.com>
Tue, 3 May 2016 09:44:16 +0000 (09:44 +0000)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 26 Aug 2016 02:23:03 +0000 (19:23 -0700)
commita79fbf3145be7c04a351ea5a597479d7a12a5a1d
tree1986965227d6c93ba25314d19b954d9445ecaca7
parent860995081934e9496ca2eeb6b1567edd9730e4b5
elm cnp/Wl: Remove duplicated data send callback

If we do drag & drop and then do copy & paste, both _wl_selection_send
and _wl_dnd_send are called for one action (dnd or cnp). It is reduntdant.
We only need one callback to handle two cases dnd and cnp.

Change-Id: I991f778c3748e03cc4590d49a7b99b43a9ffc891
src/lib/elm_cnp.c