From 8f1adbf38c83599f71e11175a81cc75c857c274f Mon Sep 17 00:00:00 2001 From: kobewi Date: Sun, 16 Feb 2025 18:32:30 +0100 Subject: [PATCH] Remove non-existent IPUnix conversion --- editor/renames_map_3_to_4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/renames_map_3_to_4.cpp b/editor/renames_map_3_to_4.cpp index ca5d3cbf2ab7..278d57d73a6f 100644 --- a/editor/renames_map_3_to_4.cpp +++ b/editor/renames_map_3_to_4.cpp @@ -1523,7 +1523,6 @@ const char *RenamesMap3To4::class_renames[][2] = { { "GradientTexture", "GradientTexture2D" }, { "HeightMapShape", "HeightMapShape3D" }, { "HingeJoint", "HingeJoint3D" }, - { "IP_Unix", "IPUnix" }, { "ImmediateGeometry", "ImmediateMesh" }, { "ImmediateGeometry3D", "ImmediateMesh" }, { "InterpolatedCamera", "Camera3D" },