1
0
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:
zedamota 2010-07-01 21:07:51 +00:00 committed by zedamota
parent 89ae1831ab
commit a9695fc59e

View File

@ -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;