hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1974aff066a10df59750a6d52fd9933333eb0ee3
commit 1974aff066a10df59750a6d52fd9933333eb0ee3 Author: ChunEon Park <[email protected]> Date: Sat Mar 22 15:19:28 2014 +0900 win - removed unknown type. --- src/lib/elm_win_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_win_common.h b/src/lib/elm_win_common.h index b5eb567..664b29b 100644 --- a/src/lib/elm_win_common.h +++ b/src/lib/elm_win_common.h @@ -9,7 +9,6 @@ */ typedef enum { - ELM_WIN_UNKNOWN, /**< Unknown window type. */ ELM_WIN_BASIC, /**< A normal window. Indicates a normal, top-level window. Almost every window will be created with this type. */ --
