From bc6a02d7c3e8a4edd1f711f4047b89f4b45458af Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 1 Oct 2019 21:27:11 -0400 Subject: [PATCH] idk why this is here --- CSharp/Libraries/UniversalEditor.Essential/Common/Reflection.cs | 2 -- 1 file changed, 2 deletions(-) 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;