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..d0aeb02590853cc4018f28fe1260edbc2a4aa74e 100755 |
--- a/Source/bindings/scripts/compute_interfaces_info.py |
+++ b/Source/bindings/scripts/compute_interfaces_info.py |
@@ -161,10 +161,8 @@ def compute_individual_info(idl_filename): |
extended_attributes = get_interface_extended_attributes_from_idl(idl_file_contents) |
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 'ImplementedInBaseClass' not in extended_attributes |
else None) |
# Handle partial interfaces |