Revert "Correctly detect cancelled drag-and-drop operations in wxGTK."

This reverts r75745 (and r75749 fixing a minor problem in it) as this change
broke the reporting of the result of the drag and drop operation instead of
fixing it.

See #15930.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-06-02 00:16:13 +00:00
parent cc85c02fa5
commit 1467e6c5df
2 changed files with 0 additions and 18 deletions

View File

@@ -61,7 +61,6 @@ All (GUI):
wxGTK:
- Support building wxGTK3 under Windows (Kolya Kosenko).
- Correctly detect cancelled drag-and-drop operations (Kinaou Hervé).
wxMSW: