From 7f6bec9b4c0cb2f53724ea83715d4fe22eed1d28 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 5 Jul 2017 14:13:16 -0400 Subject: Remove PNM_ mouse methods and OnNotify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CL removes the remaining PNM_* messages and converts them to individual methods. Change-Id: I44791a35bc720f29f8f5d4d7c26a8c899b54132d Reviewed-on: https://pdfium-review.googlesource.com/7255 Reviewed-by: Nicolás Peña Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- fpdfsdk/pdfwindow/cpwl_utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fpdfsdk/pdfwindow/cpwl_utils.h') 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 -- cgit v1.2.3