mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Removed not needed anymore some blacklisted classes
This commit is contained in:
parent
e28468f05f
commit
578bfd5f1a
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue