| Index: sky/engine/core/dom/Element.cpp
|
| diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
|
| index 2bfe0b646f04ec6c6553fc520ddaf457186323cd..54d9b46b1d269ed875a743756fb25aeca8f7ae44 100644
|
| --- a/sky/engine/core/dom/Element.cpp
|
| +++ b/sky/engine/core/dom/Element.cpp
|
| @@ -314,12 +314,6 @@ void Element::setSpellcheck(bool enable)
|
| setAttribute(HTMLNames::spellcheckAttr, enable ? "true" : "false");
|
| }
|
|
|
| -
|
| -void Element::click()
|
| -{
|
| - dispatchSimulatedClick(0, SendNoEvents);
|
| -}
|
| -
|
| // Returns the conforming 'dir' value associated with the state the attribute is in (in its canonical case), if any,
|
| // or the empty string if the attribute is in a state that has no associated keyword value or if the attribute is
|
| // not in a defined state (e.g. the attribute is missing and there is no missing value default).
|
|
|