Remove PBD::to_string() function from pbd/convert.h
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 06:23:34 +0000 (16:23 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:01 +0000 (09:37 +1000)
commit4367b51e565e9233a69e86a47ab48c0027091426
tree4391091eb314c0b5b709c003fb75bd64ec12c1db
parentf597bb5ed73a65dfbafd05d46c34ce8de379ec51
Remove PBD::to_string() function from pbd/convert.h

All uses of this function have now been replaced by PBD::to_string() from
pbd/string_convert.h

Remove this function so that it isn't mistakenly used to perform numeric to
string conversion when the result is being used for serialization as that only
works if the global C++ locale is set with LC_NUMERIC=C, which is the case
currently but may not be in the future.
libs/pbd/pbd/convert.h