| Index: fpdfsdk/pdfwindow/PWL_ListBox.cpp
|
| diff --git a/fpdfsdk/pdfwindow/PWL_ListBox.cpp b/fpdfsdk/pdfwindow/PWL_ListBox.cpp
|
| index 730b3195de9b370f7a8f7ee309dd48aba586d103..1265a8d4467cf8ba1904e99180f3de64f6080c0f 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_ListBox.cpp
|
| +++ b/fpdfsdk/pdfwindow/PWL_ListBox.cpp
|
| @@ -15,11 +15,6 @@
|
| #include "fpdfsdk/pdfwindow/PWL_Wnd.h"
|
| #include "public/fpdf_fwlevent.h"
|
|
|
| -#define IsFloatZero(f) ((f) < 0.0001 && (f) > -0.0001)
|
| -#define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb)))
|
| -#define IsFloatSmaller(fa, fb) ((fa) < (fb) && !IsFloatZero((fa) - (fb)))
|
| -#define IsFloatEqual(fa, fb) IsFloatZero((fa) - (fb))
|
| -
|
| CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) {
|
| ASSERT(m_pList);
|
| }
|
|
|