From b897b7010564044e971103f2fa1053feb3d2b954 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 9 Dec 2023 21:08:31 -0500 Subject: [PATCH] Remove unused selectedModel variable --- parts/mdl/mdlexport.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/parts/mdl/mdlexport.cpp b/parts/mdl/mdlexport.cpp index 3fd4460..c5b6ea7 100644 --- a/parts/mdl/mdlexport.cpp +++ b/parts/mdl/mdlexport.cpp @@ -8,7 +8,6 @@ void exportModel(const QString &name, const physis_MDL &model, const physis_Skeleton &skeleton, const std::vector &boneData, const QString &fileName) { - const int selectedModel = 0; const int selectedLod = 0; const physis_LOD &lod = model.lods[selectedLod];