summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils_videotl.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-09-05 09:30:20 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-06-22 10:48:38 +1000
commit4e31157ef4fcbf9a645eecb383e862775a125b7e (patch)
tree7465b11a9467a1b7b621559a285426631dec12b8 /gtk2_ardour/utils_videotl.cc
parentf3d622f6f966540f2bdc40b3c2b65a60a944d02c (diff)
Remove LocaleGuard from VideoUtils::video_query_info
PBD::string_to is now used for float <=> string conversions so a LocaleGuard is no longer necessary.
Diffstat (limited to 'gtk2_ardour/utils_videotl.cc')
-rw-r--r--gtk2_ardour/utils_videotl.cc1
1 files changed, 0 insertions, 1 deletions
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"