Merge: Clean up constructors in core/text
authorJean Privat <jean@pryen.org>
Wed, 18 Nov 2015 14:03:10 +0000 (09:03 -0500)
committerJean Privat <jean@pryen.org>
Wed, 18 Nov 2015 14:03:10 +0000 (09:03 -0500)
commit7785ce05bbbdc54bc9f724e4531027dd7125a611
tree1bc7a4baa1243a1fadc85e16ce0ce6f8b6aad2ad
parentafd201e22d17792740a9a7e07837510f1d439eaa
parent79aeb07615e4520c41b500946d65d8b00ada18d3
Merge: Clean up constructors in core/text

Remove useless named init when automatic-constructor are sufficient, and remove old_style_init when named init are sufficient.

This lib cleanup is part of an ongoing cleanup of constructors, see #1800

Pull-Request: #1839
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>