mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Remove LocaleGuard from ARDOUR::Pannable class
string <=> float conversions are using PBD::to_string/string_to and no longer require a LocaleGuard
This commit is contained in:
parent
00803ca69b
commit
e4b5a84211
1 changed files with 0 additions and 1 deletions
|
|
@ -172,7 +172,6 @@ Pannable::get_state ()
|
|||
XMLNode&
|
||||
Pannable::state (bool /*full*/)
|
||||
{
|
||||
LocaleGuard lg;
|
||||
XMLNode* node = new XMLNode (X_("Pannable"));
|
||||
|
||||
node->add_child_nocopy (pan_azimuth_control->get_state());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue