summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Screen.h')
-rw-r--r--WebCore/page/Screen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/page/Screen.h b/WebCore/page/Screen.h
index 6f34195..2c84abd 100644
--- a/WebCore/page/Screen.h
+++ b/WebCore/page/Screen.h
@@ -52,9 +52,6 @@ namespace WebCore {
unsigned availTop() const;
unsigned availHeight() const;
unsigned availWidth() const;
-#ifdef ANDROID_ORIENTATION_SUPPORT
- int orientation() const;
-#endif
private:
Screen(Frame*);