Skip to content

Commit

Permalink
Remove classes that were dropped on 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Oct 2, 2023
1 parent ee0f9c8 commit 29bc2da
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Plugins/CodeGeneratorPlugin/plugin.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//
///
// Generator's Plugin definition.swift
//
//
Expand Down Expand Up @@ -337,17 +337,13 @@ let known = [
"GDExtension.swift",
"GDExtensionManager.swift",
"GDScript.swift",
"GDScriptEditorTranslationParserPlugin.swift",
"GDScriptNativeClass.swift",
"GLTFAccessor.swift",
"GLTFAnimation.swift",
"GLTFBufferView.swift",
"GLTFCamera.swift",
"GLTFDocument.swift",
"GLTFDocumentExtension.swift",
"GLTFDocumentExtensionConvertImporterMesh.swift",
"GLTFDocumentExtensionPhysics.swift",
"GLTFDocumentExtensionTextureWebP.swift",
"GLTFLight.swift",
"GLTFMesh.swift",
"GLTFNode.swift",
Expand All @@ -374,8 +370,6 @@ let known = [
"Geometry2D.swift",
"Geometry3D.swift",
"GeometryInstance3D.swift",
"GodotPhysicsServer2D.swift",
"GodotPhysicsServer3D.swift",
"Gradient.swift",
"GradientTexture1D.swift",
"GradientTexture2D.swift",
Expand All @@ -398,7 +392,6 @@ let known = [
"HeightMapShape3D.swift",
"HingeJoint3D.swift",
"IP.swift",
"IPUnix.swift",
"Image.swift",
"ImageFormatLoader.swift",
"ImageFormatLoaderExtension.swift",
Expand Down Expand Up @@ -475,8 +468,6 @@ let known = [
"MissingResource.swift",
"MobileVRInterface.swift",
"MovieWriter.swift",
"MovieWriterMJPEG.swift",
"MovieWriterPNGWAV.swift",
"MultiMesh.swift",
"MultiMeshInstance2D.swift",
"MultiMeshInstance3D.swift",
Expand Down Expand Up @@ -649,7 +640,6 @@ let known = [
"RenderingDevice.swift",
"RenderingServer.swift",
"Resource.swift",
"ResourceFormatImporterSaver.swift",
"ResourceFormatLoader.swift",
"ResourceFormatSaver.swift",
"ResourceImporter.swift",
Expand Down

0 comments on commit 29bc2da

Please sign in to comment.