Remove LocaleGuard from VideoUtils::video_query_info

PBD::string_to is now used for float <=> string conversions so a LocaleGuard is
no longer necessary.
This commit is contained in:
Tim Mayberry 2016-09-05 09:30:20 +10:00
parent f3d622f6f9
commit 4e31157ef4
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ VideoUtils::video_query_info (
double &video_aspect_ratio
)
{
LocaleGuard lg;
char url[2048];
snprintf(url, sizeof(url), "%s%sinfo/?file=%s&format=csv"