X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffull_language_tag_dialog.h;h=08b8c71a3bfb25ca010dc6cd7e1e5276e8d1ee32;hb=HEAD;hp=99f1c3267fc7650578131accb739f9ddfaa6ca7b;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git diff --git a/src/wx/full_language_tag_dialog.h b/src/wx/full_language_tag_dialog.h index 99f1c3267..08b8c71a3 100644 --- a/src/wx/full_language_tag_dialog.h +++ b/src/wx/full_language_tag_dialog.h @@ -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 get () const; - -private: - LanguageSubtagPanel* _panel; -}; - - #endif