diff --git a/CSharp/Libraries/UniversalEditor.Essential/Common/Reflection.cs b/CSharp/Libraries/UniversalEditor.Essential/Common/Reflection.cs index 8d87ea65..c587c0b2 100644 --- a/CSharp/Libraries/UniversalEditor.Essential/Common/Reflection.cs +++ b/CSharp/Libraries/UniversalEditor.Essential/Common/Reflection.cs @@ -286,8 +286,6 @@ namespace UniversalEditor.Common { try { - string basePath = System.IO.Path.GetDirectoryName(fileName); - UEPackageObjectModel mom = new UEPackageObjectModel(); UEPackageXMLDataFormat xdf = new UEPackageXMLDataFormat(); xdf.IncludeProjectTypes = false;