| Index: sky/engine/web/WebSettingsImpl.cpp
|
| diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
|
| index 85020594fb0a8d52cab61696aa453c1a7b83cd4d..708f690bf735a277720a5dbd7849958bf250fde2 100644
|
| --- a/sky/engine/web/WebSettingsImpl.cpp
|
| +++ b/sky/engine/web/WebSettingsImpl.cpp
|
| @@ -352,11 +352,6 @@ void WebSettingsImpl::setSmartInsertDeleteEnabled(bool enabled)
|
| m_settings->setSmartInsertDeleteEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setUseSolidColorScrollbars(bool enabled)
|
| -{
|
| - m_settings->setUseSolidColorScrollbars(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
|
| {
|
| m_mainFrameResizesAreOrientationChanges = enabled;
|
|
|