[3.0] Remove incorrect Deprecated warning from Internal::Control 73/112773/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 20 Dec 2016 10:46:50 +0000 (10:46 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Thu, 2 Feb 2017 14:06:52 +0000 (14:06 +0000)
commit6dc2998c8094cc893105266484a2a894e5ea2e36
tree72fd9e1f3f702a53c09c032f85779aa640a42efc
parent66613f5032ab2a54cae406a8f3ee72d57705d618
[3.0] Remove incorrect Deprecated warning from Internal::Control

This is called from OnChildAdd so a control doing the right thing will always see this warning.
Classes overriding this method will not show the wanring which is actually the incorrect thing.

Best to just remove it as it's polluting the log.

Change-Id: I8509f14b75fd4e8e632f19f9487056454b4fba0c
dali-toolkit/public-api/controls/control-impl.cpp