khronosfws/openmax_al/src/common/xaobjectitf.c
changeset 55 e267340986c9
parent 42 1fa3fb47b1e3
--- a/khronosfws/openmax_al/src/common/xaobjectitf.c	Fri Sep 17 08:33:15 2010 +0300
+++ b/khronosfws/openmax_al/src/common/xaobjectitf.c	Mon Oct 04 00:51:56 2010 +0300
@@ -17,7 +17,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 
 #include "xaobjectitf.h"
 
@@ -341,8 +340,6 @@
     XAuint32 i = 0;
     DEBUG_API("->XAObjectItfImpl_Init");
 
-    assert( self && itfIIDs && doRealizeImpl && doResumeImpl && freeResourcesImpl );
-
     self->interfaceMap = (XAObjItfMapEntry*) calloc(itfCount,
             sizeof(XAObjItfMapEntry));
     if (!self->interfaceMap)