Eo base: Fix eo_constructor's declaration.
authorTom Hacohen <tom@stosb.com>
Fri, 1 May 2015 14:47:35 +0000 (15:47 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 6 May 2015 14:46:18 +0000 (15:46 +0100)
commit47b63d0a1bb1ccce7e7283f5513886a656ee4ed7
tree4b136d0883536e9b1aabc73cf3251b60d0c2d6a7
parentc3c12ab4adf489b26ff68cf2e2b83469855837a6
Eo base: Fix eo_constructor's declaration.

Remove it from the constructors section.
This was wrong. This place is for functions that are allowed to be
passed to eo_add() and should be used by bindings to create
constructors.
This is wrong for both cases, as this should always be called, not
optional.

Also remove the redundant legacy: null.
src/lib/eo/eo_base.eo