Skip to content

Commit

Permalink
Remove Nil.swift and nil from plugin and some axillary code
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Oct 13, 2024
1 parent 7b920ce commit 9df517f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Plugins/CodeGeneratorPlugin/plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ let knownBuiltin = [
"Callable.swift",
"Color.swift",
"Dictionary.swift",
"Nil.swift",
"NodePath.swift",
"PackedByteArray.swift",
"PackedColorArray.swift",
Expand Down
1 change: 0 additions & 1 deletion Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ var godotVariants = [
"Callable": ".callable",
"Color": ".color",
"GDictionary": ".dictionary",
"Nil": ".nil",
"NodePath": ".nodePath",
"PackedByteArray": ".packedByteArray",
"PackedColorArray": ".packedColorArray",
Expand Down

0 comments on commit 9df517f

Please sign in to comment.