ardupilot/libraries/AC_Fence
Michael du Breuil 983a330cd5 AC_Fence: Remove unused duplicate methods
The Vector2l methods completely duplicate the code of the Vector2f
methods, but aren't used anywhere. They are therefore subject to bitrot
and aren't adding any value. (Also shrinks the build by 8 bytes for some
reason, given that it's unused code I expected to see no difference in
binary size).
2017-11-21 17:04:11 +09:00
..
AC_Fence.cpp AC_Fence: reset fences breach on disable 2017-07-27 20:41:40 +09:00
AC_Fence.h AC_Fence: add static create method 2017-09-26 03:01:21 +01:00
AC_PolyFence_loader.cpp AC_Fence: Remove unused duplicate methods 2017-11-21 17:04:11 +09:00
AC_PolyFence_loader.h AC_Fence: Remove unused duplicate methods 2017-11-21 17:04:11 +09:00
keywords.txt AC_Fence: first implemenation of library 2013-04-27 11:14:05 +09:00