mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Remove some unused member variables.
This commit is contained in:
parent
3172fb1ad6
commit
cd56847326
@ -44,8 +44,6 @@ public:
|
||||
bool sync();
|
||||
|
||||
private:
|
||||
const std::string file_path;
|
||||
|
||||
FIL f;
|
||||
};
|
||||
|
||||
|
@ -41,9 +41,6 @@ struct SetDateTimeModel {
|
||||
|
||||
class SetDateTimeView : public View {
|
||||
public:
|
||||
std::function<void(SetDateTimeModel)> on_ok;
|
||||
std::function<void()> on_cancel;
|
||||
|
||||
SetDateTimeView(NavigationView& nav);
|
||||
|
||||
void focus() override;
|
||||
@ -138,9 +135,6 @@ struct SetFrequencyCorrectionModel {
|
||||
|
||||
class SetFrequencyCorrectionView : public View {
|
||||
public:
|
||||
std::function<void(SetFrequencyCorrectionModel)> on_ok;
|
||||
std::function<void()> on_cancel;
|
||||
|
||||
SetFrequencyCorrectionView(NavigationView& nav);
|
||||
|
||||
void focus() override;
|
||||
|
Loading…
Reference in New Issue
Block a user