diff options
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_utils.h')
-rw-r--r-- | fpdfsdk/pdfwindow/cpwl_utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_utils.h b/fpdfsdk/pdfwindow/cpwl_utils.h index 297eb89b6e..5f039ad77c 100644 --- a/fpdfsdk/pdfwindow/cpwl_utils.h +++ b/fpdfsdk/pdfwindow/cpwl_utils.h @@ -13,9 +13,6 @@ class CFX_Edit; struct CPWL_Color; -#define PWL_MAKEDWORD(low, high) \ - ((uint32_t)((uint16_t)(low) | (uint32_t)(((uint16_t)(high)) << 16))) - // checkbox & radiobutton style #define PCS_CHECK 0 #define PCS_CIRCLE 1 |