Skip to content

Commit

Permalink
Remove unused locale
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeattie42 committed Oct 21, 2024
1 parent 60cae70 commit 30a9889
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenSim/Common/IO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();



//=============================================================================
Expand Down

0 comments on commit 30a9889

Please sign in to comment.