Index: sources/view/dg/data/VDGAccelerometerData.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -17,10 +17,6 @@ // Project #include "GuiController.h" -// disabled 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) { @@ -34,5 +30,3 @@ yTilt (vData.mYTilt ); zTilt (vData.mZTilt ); } - -// disabled coco end