Index: athena/system/orientation_controller.h |
diff --git a/athena/system/orientation_controller.h b/athena/system/orientation_controller.h |
index f50c43871288f5fd181f3a4a15c7cd455cfa76b1..17e9f3c69728f64daad611d67018806f9ce6acbd 100644 |
--- a/athena/system/orientation_controller.h |
+++ b/athena/system/orientation_controller.h |
@@ -35,8 +35,6 @@ class OrientationController : public chromeos::AccelerometerReader::Observer { |
// The last configured rotation. |
gfx::Display::Rotation current_rotation_; |
- scoped_ptr<chromeos::AccelerometerReader> accelerometer_reader_; |
- |
DISALLOW_COPY_AND_ASSIGN(OrientationController); |
}; |