Eo: Removed "type" property from event/op descriptions.
[profile/ivi/eobj.git] / lib / eo.c
index f5baf94..63735f4 100644 (file)
--- a/lib/eo.c
+++ b/lib/eo.c
@@ -248,7 +248,7 @@ _dich_func_clean_all(Eo_Class *klass)
 /* END OF DICH */
 
 static const Eo_Op_Description noop_desc =
-        EO_OP_DESCRIPTION(EO_NOOP, "", "No operation.");
+        EO_OP_DESCRIPTION(EO_NOOP, "No operation.");
 
 static const Eo_Op_Description *
 _eo_op_id_desc_get(Eo_Op op)