Remove incorrect Deprecated warning from Internal::Control 94/106094/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 20 Dec 2016 10:46:50 +0000 (10:46 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 20 Dec 2016 10:46:53 +0000 (10:46 +0000)
commitfcecf5a523b19dd101ec2dcc651f42e1b6232d77
tree6ac810043cb68d3fa5c1762a8f4ecf021227c0f0
parentaa5015e07886613d870e505f9324405a340b049b
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