Eo: Made constructor/destructor regular ops.
[profile/ivi/eobj.git] / examples / interface / simple.c
index 216bc5a..b72ed76 100644 (file)
@@ -90,8 +90,6 @@ static const Eo_Class_Description class_desc = {
      EO_CLASS_DESCRIPTION_OPS(&SIMPLE_BASE_ID, op_desc, SIMPLE_SUB_ID_LAST),
      NULL,
      sizeof(Private_Data),
-     NULL,
-     NULL,
      _class_constructor,
      NULL
 };