From 30a98890dc6e198eeb379974af7f508bbd160b92 Mon Sep 17 00:00:00 2001 From: AlexBeattie42 <30098201+alexbeattie42@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:41:15 +0300 Subject: [PATCH] Remove unused locale --- OpenSim/Common/IO.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenSim/Common/IO.cpp b/OpenSim/Common/IO.cpp index 7436162bcd..db73d141e0 100644 --- a/OpenSim/Common/IO.cpp +++ b/OpenSim/Common/IO.cpp @@ -66,8 +66,6 @@ int IO::_Pad = 8; int IO::_Precision = 8; char IO::_DoubleFormat[] = "%16.8lf"; bool IO::_PrintOfflineDocuments = true; -std::string IO::_locale = std::locale::classic().name(); - //=============================================================================