Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / x11 / display_configurator_x11.cc
index 8d8fa5a..93c056c 100644 (file)
@@ -4,9 +4,7 @@
 
 #include "ui/display/chromeos/display_configurator.h"
 
-#include "ui/display/chromeos/touchscreen_delegate_impl.h"
 #include "ui/display/chromeos/x11/native_display_delegate_x11.h"
-#include "ui/display/chromeos/x11/touchscreen_device_manager_x11.h"
 
 namespace ui {
 
@@ -15,11 +13,4 @@ DisplayConfigurator::CreatePlatformNativeDisplayDelegate() {
   return scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateX11());
 }
 
-scoped_ptr<DisplayConfigurator::TouchscreenDelegate>
-DisplayConfigurator::CreatePlatformTouchscreenDelegate() {
-  return scoped_ptr<TouchscreenDelegate>(new TouchscreenDelegateImpl(
-      scoped_ptr<TouchscreenDeviceManager>(
-          new TouchscreenDeviceManagerX11())));
-}
-
 }  // namespace ui