Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index 0eb021b001844025410e17e890b1cf8721cadfd6..2e1d1254d11dd81c17f43163c18cfbe8c23e576a 100644 |
--- a/ash/display/display_controller.h |
+++ b/ash/display/display_controller.h |
@@ -88,11 +88,6 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver { |
// Change the extended desktop mode. Used for testing. |
static void SetExtendedDesktopEnabled(bool enabled); |
- // Is virtual screen coordinates enabled? |
- static bool IsVirtualScreenCoordinatesEnabled(); |
- // Turns on/off the virtual screen coordinates. |
- static void SetVirtualScreenCoordinatesEnabled(bool enabled); |
- |
private: |
// Creates a root window for |display| and stores it in the |root_windows_| |
// map. |