Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / full_language_tag_dialog.h
index 99f1c3267fc7650578131accb739f9ddfaa6ca7b..08b8c71a3bfb25ca010dc6cd7e1e5276e8d1ee32 100644 (file)
@@ -34,6 +34,9 @@ class wxListCtrl;
 class LanguageSubtagPanel;
 
 
+/** A dialog in which the user can make a full new language tag, made up of
+ *  language, script, region, variant and external.
+ */
 class FullLanguageTagDialog : public wxDialog
 {
 public:
@@ -76,17 +79,4 @@ private:
 };
 
 
-
-class RegionSubtagDialog : public wxDialog
-{
-public:
-       RegionSubtagDialog (wxWindow* parent, dcp::LanguageTag::RegionSubtag region);
-
-       boost::optional<dcp::LanguageTag::RegionSubtag> get () const;
-
-private:
-       LanguageSubtagPanel* _panel;
-};
-
-
 #endif