qtmobility/src/sensors/qmagnetometer_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/sensors/qmagnetometer_p.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/sensors/qmagnetometer_p.h	Mon May 03 13:18:40 2010 +0300
@@ -64,9 +64,6 @@
         : x(0)
         , y(0)
         , z(0)
-        , calibrated_x(0)
-        , calibrated_y(0)
-        , calibrated_z(0)
         , calibrationLevel(0)
     {
     }
@@ -74,10 +71,7 @@
     qreal x;
     qreal y;
     qreal z;
-    qreal calibrated_x;
-    qreal calibrated_y;
-    qreal calibrated_z;
-    int calibrationLevel;
+    qreal calibrationLevel;
 };
 
 QTM_END_NAMESPACE