Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
54411cbe
Commit
54411cbe
authored
May 31, 2016
by
Lorenz Meier
Browse files
Remove unused variable
parent
ac821f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCXPlaneLink.cc
View file @
54411cbe
...
...
@@ -369,8 +369,6 @@ void QGCXPlaneLink::updateControls(quint64 time, float rollAilerons, float pitch
Q_UNUSED
(
systemMode
);
Q_UNUSED
(
navMode
);
bool
isFixedWing
=
true
;
if
(
_vehicle
->
vehicleType
()
==
MAV_TYPE_QUADROTOR
||
_vehicle
->
vehicleType
()
==
MAV_TYPE_HEXAROTOR
||
_vehicle
->
vehicleType
()
==
MAV_TYPE_OCTOROTOR
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment