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];