diff options
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 106a56541..1984ed476 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -1141,20 +1141,6 @@ copy_in_bits (boost::filesystem::path from, boost::filesystem::path to, std::fun } -double -db_to_linear (double db) -{ - return pow(10, db / 20); -} - - -double -linear_to_db (double linear) -{ - return 20 * log10(linear); -} - - dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dcp::Size film_container, PixelQuanta quanta) { |
