Remove unnecessary lines

This commit is contained in:
Akeit0 2024-02-28 09:02:49 +09:00
parent df3f0a13c6
commit a2e588ef38

View File

@ -225,11 +225,8 @@ namespace Alchemy.Inspector
public string OnItemIndexChanged { get; set; }
public string OnItemsAdded { get; set; }
public string OnItemsRemoved { get; set; }
public string OnItemsChosen { get; set; }
public string OnItemsSourceChanged { get; set; }
public string OnSelectionChanged { get; set; }
public string OnSelectedIndicesChanged { get; set; }