| Index: Source/core/page/Screen.h
|
| diff --git a/Source/core/page/Screen.h b/Source/core/page/Screen.h
|
| index b09572e417348f73f8fbe4a232438a356d54f246..8537a378594e621559f556ff120f0b949aa61ca3 100644
|
| --- a/Source/core/page/Screen.h
|
| +++ b/Source/core/page/Screen.h
|
| @@ -43,8 +43,6 @@ namespace WebCore {
|
| public:
|
| static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
|
|
|
| - unsigned horizontalDPI() const;
|
| - unsigned verticalDPI() const;
|
| unsigned height() const;
|
| unsigned width() const;
|
| unsigned colorDepth() const;
|
|
|