ector: remove unused function

done is not called, nor implemented in a single spot, lets remove it.
It can still be readded once its needed.

ref T5719

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7713
This commit is contained in:
Marcel Hollerbach 2019-01-21 15:37:52 +01:00
parent 062bc5f25c
commit dfb0a2a458
1 changed files with 0 additions and 4 deletions

View File

@ -100,10 +100,6 @@ abstract Ector.Renderer extends Efl.Object
[[Prepare for rendering]]
return: bool; [[$true on success, $false otherwise]]
}
done @pure_virtual {
[[Done with rendering]]
return: bool; [[$true on success, $false otherwise]]
}
}
implements {
Efl.Object.destructor;