From 29a486c51989f1a3068f8c4e2a5ea5b66ffc79de Mon Sep 17 00:00:00 2001 From: jasonshort Date: Wed, 23 Feb 2011 05:17:24 +0000 Subject: [PATCH] removed unused save_trim() function git-svn-id: https://arducopter.googlecode.com/svn/trunk@1716 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/RC_Channel/RC_Channel.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index c4c4ef0fc0..9d4ca764d1 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -134,14 +134,6 @@ RC_Channel::save_eeprom(void) _group.save(); } -// ------------------------------------------ -//XXX is this still in use? -void -RC_Channel::save_trim(void) -{ - _group.save(); -} - // ------------------------------------------ void