Remove unused method.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Apr 2021 09:11:07 +0000 (11:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Apr 2021 09:11:07 +0000 (11:11 +0200)
src/wx/smpte_metadata_dialog.cc

index 470e9317e8073a26a61ac77d66bc523d47b55af4..3c35a5c7298c356e3211ceaf72c5a898bbb9bc2f 100644 (file)
@@ -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)
 {