Remove now-unused FSKConfiguration message.

This commit is contained in:
Jared Boone 2015-11-10 15:07:20 -08:00
parent 981c2fbfbd
commit 791b2a9762
3 changed files with 0 additions and 52 deletions

View file

@ -97,8 +97,6 @@ private:
void update_vga();
void update_baseband_configuration();
void update_headphone_volume();
void update_fsk_configuration();
};
#endif/*__RECEIVER_MODEL_H__*/