| Index: Source/core/events/UIEvent.cpp
|
| diff --git a/Source/core/events/UIEvent.cpp b/Source/core/events/UIEvent.cpp
|
| index 7ec400e78f1de72f1d93e1205ad904e35e69bd1a..e9b8e1629fb08d73b003b62a88a1c42179150a79 100644
|
| --- a/Source/core/events/UIEvent.cpp
|
| +++ b/Source/core/events/UIEvent.cpp
|
| @@ -85,26 +85,6 @@ int UIEvent::charCode() const
|
| return 0;
|
| }
|
|
|
| -int UIEvent::layerX()
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| -int UIEvent::layerY()
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| -int UIEvent::pageX() const
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| -int UIEvent::pageY() const
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| int UIEvent::which() const
|
| {
|
| return 0;
|
|
|