Revert the wxDataObjectComposite checks added by r58549.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Jul 2010 11:33:03 +0000 (11:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Jul 2010 11:33:03 +0000 (11:33 +0000)
commitc82f9bcf7f14f903b984022de5aebd96790b1f7c
treeb8cf278a1edb98c2547bd5ae13ff5eb83cc323f9
parent4285c53facd91e0181f45de563c531a5870799b9
Revert the wxDataObjectComposite checks added by r58549.

The checks for data format duplication in wxDataObjectComposite::Add() added
by this revision were broken and didn't actually check anything. It also
doesn't seem clear why do we need them at all so simply remove them. See #10437
for more details.

This also closes #12113 as a side effect because the messages are not present
any more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dobjcmn.cpp