GNOME Bugzilla – Bug 723863
Implementation for component->get_size not needed
Last modified: 2014-02-10 12:56:17 UTC
Created attachment 268435 [details] [review] Removes implementation for component->get_size Recently ATK deprecated atk_component_get_size as is redundant. You can get the same information with atk_component_get_extents. In fact atk provides a default implementation for atk_component_get_size (that internally uses get_extents) so even without the deprecation, it is not needed to implement this method.
Review of attachment 268435 [details] [review]: sure, thanks for the patch