diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-12 15:58:50 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-12 15:58:50 -0800 |
commit | a30b7e814a8bee2af6453009501614a24211e16f (patch) | |
tree | 4114b6b62cdd59afe43b92f52a9d7e527bf7e532 /fpdfsdk/include/pdfwindow/PWL_Utils.h | |
parent | 45fe3c2eefd57b48d7307f9efe13d8019c96e489 (diff) | |
download | pdfium-a30b7e814a8bee2af6453009501614a24211e16f.tar.xz |
One less PI.
One less Bezier.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1692413002 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_Utils.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Utils.h b/fpdfsdk/include/pdfwindow/PWL_Utils.h index ef87ea36f4..3cc7e0177e 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Utils.h +++ b/fpdfsdk/include/pdfwindow/PWL_Utils.h @@ -65,9 +65,6 @@ T PWL_MAX(const T& i, const T& j) { #define PCS_SQUARE 4 #define PCS_STAR 5 -#define PWL_PI 3.14159265358979f -#define PWL_BEZIER 0.5522847498308f - // pushbutton layout style #define PPBL_LABEL 0 #define PPBL_ICON 1 |