Skip to content

Commit

Permalink
Merge pull request unoplatform#15410 from unoplatform/Youssef1313/rem…
Browse files Browse the repository at this point in the history
…ove-comment

chore: Remove wrong comment
  • Loading branch information
jeromelaban authored Feb 9, 2024
2 parents 605adef + 94c574a commit 795d63c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6312,8 +6312,6 @@ private IEnumerable<XamlObjectDefinition> EnumerateSubElements(IEnumerable<XamlO
var dataContextMember = FindMember(definition, "DataContext");
var nameMember = FindMember(definition, "Name");

// TODO: We know ElementStub derives from FrameworkElement.
// Should we use FrameworkElement directly here?
var elementStubBaseType = Generation.ElementStubSymbol.Value.BaseType;
if (!(targetType?.Is(elementStubBaseType) ?? false))
{
Expand Down

0 comments on commit 795d63c

Please sign in to comment.