Merge pull request #5251 from JosJuice/audio-backend-tooltip

Remove audio backend tooltip
This commit is contained in:
Mat M 2017-04-12 17:10:13 -04:00 committed by GitHub
commit 733df23e98
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ void AudioConfigPane::InitializeGUI()
new DolphinSlider(this, wxID_ANY, 80, 5, 300, wxDefaultPosition, wxDefaultSize);
m_stretch_text = new wxStaticText(this, wxID_ANY, "");
m_audio_backend_choice->SetToolTip(
_("Changing this will have no effect while the emulator is running."));
m_audio_latency_spinctrl->SetToolTip(_("Sets the latency (in ms). Higher values may reduce audio "
"crackling. Certain backends only."));
m_dpl2_decoder_checkbox->SetToolTip(