delete dead code that has never been referenced

This commit is contained in:
Eli Schwartz 2023-06-20 00:13:54 -04:00
parent a981433705
commit 50921263bd
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ class FileTreeEntry:
self.subdirs = {}
self.targets = []
class PbxItem:
def __init__(self, value, comment = ''):
self.value = value
self.comment = comment
class PbxArray:
def __init__(self) -> None:
self.items = []