From a30b7e814a8bee2af6453009501614a24211e16f Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 12 Feb 2016 15:58:50 -0800 Subject: One less PI. One less Bezier. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1692413002 . --- fpdfsdk/include/pdfwindow/PWL_Utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fpdfsdk/include/pdfwindow') 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 -- cgit v1.2.3