DolphinWX: Remove FifoPlayerDlg::CreateIntegerLabel

Being forced to have the number first and being forced to add the
same string for all pluralizations is terrible for localisation.
This commit is contained in:
JosJuice
2015-11-05 11:35:13 +01:00
parent 3de1ec384a
commit da603b7665
2 changed files with 8 additions and 21 deletions

View File

@ -66,7 +66,6 @@ private:
wxString CreateRecordingFifoSizeLabel() const;
wxString CreateRecordingMemSizeLabel() const;
wxString CreateRecordingFrameCountLabel() const;
wxString CreateIntegerLabel(size_t size, const wxString& label) const;
bool GetSaveButtonEnabled() const;