Removed not needed anymore some blacklisted classes

This commit is contained in:
Sylvain Berfini 2017-04-20 14:41:58 +02:00
parent e28468f05f
commit 578bfd5f1a

View file

@ -456,11 +456,7 @@ class CParser(object):
self.classBl = ['LpConfig',
'LinphonePlayer',
'LinphoneIntRange',
'LinphoneCallStats',
'LinphoneCoreVTable',
'LinphoneVideoPolicy',
'LinphoneSipTransports'] # temporarly blacklisted
'LinphoneCoreVTable',] # temporarly blacklisted
# list of classes that must be concidered as refcountable even if
# they are no ref()/unref() methods