1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Input configuration; Remove some old unused variables

This commit is contained in:
James Cotton 2011-09-11 12:24:48 -05:00
parent 3ff7bf7ed0
commit 5d43a8dd36

View File

@ -122,8 +122,6 @@ private:
QTimer * animate;
void resetTxControls();
void setMoveFromCommand(int command);
bool isSimple;
void goToWizard();
void fastMdata();
void restoreMdata();
@ -138,8 +136,8 @@ private slots:
void wzNext();
void wzBack();
void wzCancel();
void goToNormalWizard();
void goToSimpleWizard();
void goToWizard();
void openHelp();
void identifyControls();
void identifyLimits();