win - removed unknown type.

This commit is contained in:
ChunEon Park 2014-03-22 15:19:28 +09:00
parent ae4250b3c4
commit 3d087782a3
1 changed files with 0 additions and 1 deletions

View File

@ -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. */