From 463dc4b533ccac677e01fe735f9acff984e22c63 Mon Sep 17 00:00:00 2001 From: "joeholdsworth@gmail.com" Date: Sun, 21 Aug 2011 18:49:42 +0000 Subject: [PATCH] git-svn-id: https://arducopter.googlecode.com/svn/trunk@3141 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/AP_Payload/AP_Mount.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_Payload/AP_Mount.h b/libraries/AP_Payload/AP_Mount.h index 31bd7f1b07..63d37b802c 100644 --- a/libraries/AP_Payload/AP_Mount.h +++ b/libraries/AP_Payload/AP_Mount.h @@ -49,7 +49,6 @@ public: }; //Accessors - //used with dcm matrix to calculate target vector void SetPitchYaw(); void SetPitchRoll(); void SetPitchRollYaw();