From: Carl Hetherington Date: Thu, 1 Apr 2021 09:11:07 +0000 (+0200) Subject: Remove unused method. X-Git-Tag: v2.15.138~15 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=inline;h=1685c3a144203b8f2b6db9605e4bb998a7fe7e71;p=dcpomatic.git Remove unused method. --- diff --git a/src/wx/smpte_metadata_dialog.cc b/src/wx/smpte_metadata_dialog.cc index 470e9317e..3c35a5c72 100644 --- a/src/wx/smpte_metadata_dialog.cc +++ b/src/wx/smpte_metadata_dialog.cc @@ -42,13 +42,6 @@ using namespace boost::placeholders; #endif -static string -additional_subtitle_language_column (dcp::LanguageTag r, int) -{ - return r.to_string(); -} - - static string ratings_column (dcp::Rating r, int c) {