mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Cleanup: remove some unused params and variables, conversion warnings seen with #550.
This commit is contained in:
@@ -122,7 +122,7 @@ void FrequencyDialog::OnChar(wxKeyEvent& event) {
|
||||
}
|
||||
if (freq == freq2) {
|
||||
wxGetApp().setFrequency(freq_ctr);
|
||||
wxGetApp().getAppFrame()->setViewState(freq_ctr);
|
||||
wxGetApp().getAppFrame()->setViewState();
|
||||
} else {
|
||||
if (wxGetApp().getSampleRate()/4 > range_bw) {
|
||||
wxGetApp().setFrequency(freq_ctr + wxGetApp().getSampleRate()/4);
|
||||
|
||||
Reference in New Issue
Block a user