Efl object: Remove creation of event structure and passing it to eo.
authorTom Hacohen <tom@stosb.com>
Tue, 23 Aug 2016 13:47:36 +0000 (14:47 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 23 Aug 2016 13:49:53 +0000 (14:49 +0100)
commit2462f1d47b32a57613bbc42ebb117a5247377452
tree0c0cc2db33d01d3254301e609ced6376db00527a
parent12850d4e25806a67089064da1da7b3f8b8b1b0bf
parent199737add5b336f2f04f45b0f38e9829c1568396
Efl object: Remove creation of event structure and passing it to eo.

This was never used and will probably never be used. It was just wasting
memory and making things more complicated.

Just to give some more concrete numbers, this change alone reduced the
number of dirty pages used by elementary by two. So quite significant.

BREAKS ABI

@feature