mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OP37/GCS Deleted unused var in core.cpp
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@980 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
89ae1831ab
commit
a9695fc59e
@ -219,7 +219,6 @@ namespace internals {
|
|||||||
}
|
}
|
||||||
void Core::SetZoom(const int &value)
|
void Core::SetZoom(const int &value)
|
||||||
{
|
{
|
||||||
bool grow=false;
|
|
||||||
if (zoom!=value && !isDragging)
|
if (zoom!=value && !isDragging)
|
||||||
{
|
{
|
||||||
zoom=value;
|
zoom=value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user