| Index: Source/bindings/scripts/compute_interfaces_info.py
|
| diff --git a/Source/bindings/scripts/compute_interfaces_info.py b/Source/bindings/scripts/compute_interfaces_info.py
|
| index 5084d903111502a87044c4d88fa1f4b016d981dd..6aa3d77dce41ab9f2ca14cb8dff4fd2456f97883 100755
|
| --- a/Source/bindings/scripts/compute_interfaces_info.py
|
| +++ b/Source/bindings/scripts/compute_interfaces_info.py
|
| @@ -163,8 +163,7 @@ def compute_individual_info(idl_filename):
|
| implemented_as = extended_attributes.get('ImplementedAs')
|
| # FIXME: remove [NoHeader] once switch to Python
|
| this_include_path = (include_path(idl_filename, implemented_as)
|
| - if ('ImplementedInBaseClass' not in extended_attributes
|
| - and 'NoHeader' not in extended_attributes)
|
| + if 'NoHeader' not in extended_attributes
|
| else None)
|
|
|
| # Handle partial interfaces
|
|
|