summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/VerticalPositionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/VerticalPositionCache.h')
-rw-r--r--Source/WebCore/rendering/VerticalPositionCache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/VerticalPositionCache.h b/Source/WebCore/rendering/VerticalPositionCache.h
index b25b2f6..bb39877 100644
--- a/Source/WebCore/rendering/VerticalPositionCache.h
+++ b/Source/WebCore/rendering/VerticalPositionCache.h
@@ -34,8 +34,6 @@ namespace WebCore {
class RenderObject;
// Values for vertical alignment.
-const int PositionTop = -0x7fffffff;
-const int PositionBottom = 0x7fffffff;
const int PositionUndefined = 0x80000000;
class VerticalPositionCache {