summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSHelper.h')
-rw-r--r--WebCore/css/CSSHelper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/css/CSSHelper.h b/WebCore/css/CSSHelper.h
index 2a882e4..7f32d88 100644
--- a/WebCore/css/CSSHelper.h
+++ b/WebCore/css/CSSHelper.h
@@ -37,10 +37,6 @@ namespace WebCore {
// "absolute" CSS length units like inch and pt is always fixed and never changes.
const float cssPixelsPerInch = 96.0f;
- // Used by animation.
- const int cAnimateNone = 0;
- const int cAnimateAll = -2;
-
} // namespace WebCore
#endif // CSSHelper_h