jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=29132d3c2567a804a9b3c527de95a2fdc0587551

commit 29132d3c2567a804a9b3c527de95a2fdc0587551
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jun 10 12:59:45 2016 +0900

    win: Add legacy elm_win_type_get
    
    This was present in earlier releases.
---
 src/lib/elementary/efl_ui_win.eo | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 528ec80..dcc04ff 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -593,7 +593,6 @@ class Efl.Ui.Win (Elm.Widget, Elm.Interface.Atspi.Window,
          }
          get {
             [[If the object is not window object, return #ELM_WIN_UNKNOWN.]]
-            legacy: null;
          }
          values {
             type: Efl.Ui.Win.Type(Efl.Ui.Win.Type.unknown);

-- 


Reply via email to