wgl 6 月之前
父节点
当前提交
c9dd071d94

+ 0 - 9
ActionTowerDefense/Assets/GameLevelEditor/GameMap/CoreScripts/Editor/GameMapEdPopup.cs

@@ -103,15 +103,6 @@ public class GameMapEdPopup : PopupWindowContent
 		OnMapSelected(list.index);
 	}
 
-	public void ChangeContentRect()
-    {
-		contentRect = new Rect(0f, 18f, popupSz.x - 20f, Mathf.Max(popupSz.y - 18, EditorGUIUtility.singleLineHeight * Asset.maps.Count + 5));
-	}
-
-	public void ChangeMapSelected(int id)
-    {
-		OnMapSelected(0);
-	}
 
 	// ----------------------------------------------------------------------------------------------------------------
 }