elm: remove no longer needed Elm.App.View_State

Left over from the elm app server/client removal. Hidden in an eo type file
this was overlooked.
This commit is contained in:
Stefan Schmidt 2016-10-24 19:52:00 +02:00
parent 306aba7848
commit c8e4ae21d8
1 changed files with 0 additions and 9 deletions

View File

@ -212,15 +212,6 @@ enum Efl.Ui.Focus.Move_Policy
Left, Right, Up, Down, Tab, or Shift+Tab.]]
}
enum Elm.App.View_State
{
unknown = 0,
live,
paused,
closed,
shallow,
}
enum Elm.Prefs.Reset_Mode
{
[[Modes of resetting a prefs widget.