summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 8bbad04..7d1fa73 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -12,7 +12,6 @@
#include "ash/accelerators/focus_manager_factory.h"
#include "ash/accelerators/nested_dispatcher_controller.h"
#include "ash/ash_switches.h"
-#include "ash/autoclick/autoclick_controller.h"
#include "ash/caps_lock_delegate.h"
#include "ash/desktop_background/desktop_background_controller.h"
#include "ash/desktop_background/desktop_background_view.h"
@@ -524,8 +523,6 @@ void Shell::Init() {
partial_magnification_controller_.reset(
new PartialMagnificationController());
- autoclick_controller_.reset(AutoclickController::CreateInstance());
-
high_contrast_controller_.reset(new HighContrastController);
video_detector_.reset(new VideoDetector);
window_cycle_controller_.reset(new WindowCycleController());