mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 23:50:21 -04:00
Remove some unused member variables.
This commit is contained in:
parent
3172fb1ad6
commit
cd56847326
2 changed files with 0 additions and 8 deletions
|
@ -44,8 +44,6 @@ public:
|
||||||
bool sync();
|
bool sync();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const std::string file_path;
|
|
||||||
|
|
||||||
FIL f;
|
FIL f;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,9 +41,6 @@ struct SetDateTimeModel {
|
||||||
|
|
||||||
class SetDateTimeView : public View {
|
class SetDateTimeView : public View {
|
||||||
public:
|
public:
|
||||||
std::function<void(SetDateTimeModel)> on_ok;
|
|
||||||
std::function<void()> on_cancel;
|
|
||||||
|
|
||||||
SetDateTimeView(NavigationView& nav);
|
SetDateTimeView(NavigationView& nav);
|
||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
@ -138,9 +135,6 @@ struct SetFrequencyCorrectionModel {
|
||||||
|
|
||||||
class SetFrequencyCorrectionView : public View {
|
class SetFrequencyCorrectionView : public View {
|
||||||
public:
|
public:
|
||||||
std::function<void(SetFrequencyCorrectionModel)> on_ok;
|
|
||||||
std::function<void()> on_cancel;
|
|
||||||
|
|
||||||
SetFrequencyCorrectionView(NavigationView& nav);
|
SetFrequencyCorrectionView(NavigationView& nav);
|
||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue