Index: sources/view/dg/data/VDGAccelerometerData.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -rb50bbd0e8ab67f7752092a8a0460c5298ed02ef6 --- sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision b50bbd0e8ab67f7752092a8a0460c5298ed02ef6) @@ -17,6 +17,10 @@ // Project #include "GuiController.h" +// coco begin validated: +// FIXME: this model was only for the Diagnostic use, and has been removed, +// Should be removed from the UI Software if not being used anymore + VIEW_DEF(VDGAccelerometer, DGAccelerometerData) void VDGAccelerometer::onActionReceive(const DGAccelerometerData &vData) { @@ -30,3 +34,5 @@ yTilt (vData.mYTilt ); zTilt (vData.mZTilt ); } + +// coco end