Code cleanup and refactoring to improve code readability and maintainability.
PR Summary
Refactored and cleaned up code in ConverterDialogue.cs and GTX.cs to remove unused variables and simplify logic.
ConverterDialogue.cs: Removed unnecessary initialization of inputPath.
GTX.cs: Refactored image format check, commented out GetBPP call, and removed or commented out several variables and methods (RestoreSurfaceInfo, AdjustSurfaceInfo).
PR Classification
Code cleanup and refactoring to improve code readability and maintainability.
PR Summary
Refactored and cleaned up code in
ConverterDialogue.cs
andGTX.cs
to remove unused variables and simplify logic.ConverterDialogue.cs
: Removed unnecessary initialization ofinputPath
.GTX.cs
: Refactored image format check, commented outGetBPP
call, and removed or commented out several variables and methods (RestoreSurfaceInfo
,AdjustSurfaceInfo
).