summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2024-01-24 16:36:11 +0100
committerYuri Sizov <yuris@humnom.net>2024-01-24 16:36:11 +0100
commit07132860dcccfef7bed0191bff0f02f8169c20db (patch)
tree824451af2460294ec4a8c02075ad6fe18afa689f /editor
parent442bbb595037321fd4d4224c7dde151525bb9538 (diff)
downloadredot-engine-07132860dcccfef7bed0191bff0f02f8169c20db.tar.gz
Remove incorrect C# rename from the project converter
Diffstat (limited to 'editor')
-rw-r--r--editor/renames_map_3_to_4.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/renames_map_3_to_4.cpp b/editor/renames_map_3_to_4.cpp
index ba6095db47..694580911c 100644
--- a/editor/renames_map_3_to_4.cpp
+++ b/editor/renames_map_3_to_4.cpp
@@ -642,7 +642,6 @@ const char *RenamesMap3To4::csharp_function_renames[][2] = {
{ "_SetEditorDescription", "SetEditorDescription" }, // Node
{ "_SetPlaying", "SetPlaying" }, // AnimatedSprite3D
{ "_ToplevelRaiseSelf", "_TopLevelRaiseSelf" }, // CanvasItem
- { "_UpdateWrapAt", "_UpdateWrapAtColumn" }, // TextEdit
{ "AddCancel", "AddCancelButton" }, // AcceptDialog
{ "AddCentralForce", "AddConstantCentralForce" }, //RigidBody2D
{ "AddChildBelowNode", "AddSibling" }, // Node