efl_model_loop: make it abstract

Summary:
there is no user, additionally, there is undefined API on this object,
thus make it abstract. This resolves the missing APIs of efl_model_loop.

ref T5719
Depends on D7790

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T5719

Differential Revision: https://phab.enlightenment.org/D7791
This commit is contained in:
Marcel Hollerbach 2019-01-28 13:08:51 -05:00 committed by Mike Blumenkrantz
parent 37393dddce
commit 6dd861fe32
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Efl.Model_Loop extends Efl.Loop_Consumer implements Efl.Model
abstract Efl.Model_Loop extends Efl.Loop_Consumer implements Efl.Model
{
data: null;
implements {