From 4e31157ef4fcbf9a645eecb383e862775a125b7e Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 5 Sep 2016 09:30:20 +1000 Subject: Remove LocaleGuard from VideoUtils::video_query_info PBD::string_to is now used for float <=> string conversions so a LocaleGuard is no longer necessary. --- gtk2_ardour/utils_videotl.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/utils_videotl.cc') diff --git a/gtk2_ardour/utils_videotl.cc b/gtk2_ardour/utils_videotl.cc index 10a21f3b99..b6eace7675 100644 --- a/gtk2_ardour/utils_videotl.cc +++ b/gtk2_ardour/utils_videotl.cc @@ -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" -- cgit v1.2.3