| Index: ash/magnifier/magnification_controller.h
|
| ===================================================================
|
| --- ash/magnifier/magnification_controller.h (revision 162209)
|
| +++ ash/magnifier/magnification_controller.h (working copy)
|
| @@ -30,9 +30,6 @@
|
| // Enables (or disables if |enabled| is false) screen magnifier feature.
|
| virtual void SetEnabled(bool enabled) = 0;
|
|
|
| - // Returns if the screen magnifier is enabled or not.
|
| - virtual bool IsEnabled() = 0;
|
| -
|
| // Sets the magnification ratio. 1.0f means no magnification.
|
| virtual void SetScale(float scale, bool animate) = 0;
|
| // Returns the current magnification ratio.
|
|
|