| Index: ui/display/chromeos/display_configurator.cc
|
| diff --git a/ui/display/chromeos/display_configurator.cc b/ui/display/chromeos/display_configurator.cc
|
| index 0c7295451dc9b95c5069290ef6e33bd2a7f26130..c577fd024500d99e8d67110a530b584190aab083 100644
|
| --- a/ui/display/chromeos/display_configurator.cc
|
| +++ b/ui/display/chromeos/display_configurator.cc
|
| @@ -754,17 +754,6 @@
|
| return false;
|
| }
|
|
|
| -bool DisplayConfigurator::SetGammaRamp(
|
| - int64_t display_id,
|
| - const std::vector<GammaRampRGBEntry>& lut) {
|
| - for (const DisplaySnapshot* display : cached_displays_) {
|
| - if (display->display_id() == display_id)
|
| - return native_display_delegate_->SetGammaRamp(*display, lut);
|
| - }
|
| -
|
| - return false;
|
| -}
|
| -
|
| void DisplayConfigurator::PrepareForExit() {
|
| configure_display_ = false;
|
| }
|
|
|