Skip to content

Commit

Permalink
Remove obsolete properties
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel committed Jan 19, 2022
1 parent 6ef8b18 commit a2cd5b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class PublicClassModel

public string Name => _record.GetPublicClassName();
public string InternalHandleName => _record.GetInternalHandleName();
public string InternalOwnedHandleName => _record.GetInternalOwnedHandleName();
public string InternalUnownedHandleName => _record.GetInternalUnownedHandleName();
public string NamespaceName => _record.Namespace.Name;

public PublicClassModel(GirModel.Record record)
Expand Down

0 comments on commit a2cd5b0

Please sign in to comment.