From 530c188f767885370b3bf195c961c503b3ca1930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Wed, 25 Dec 2013 19:05:56 +0100 Subject: [PATCH] Dead code --- control/control.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/control/control.go b/control/control.go index 54e543f..f7bfecc 100644 --- a/control/control.go +++ b/control/control.go @@ -10,8 +10,6 @@ import ( const ( rotationMax = 0.15 - throttleMin = 0.5 - throttleFly = 0.66 throttleMax = 1 - rotationMax )