| Index: fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| diff --git a/fpdfsdk/src/pdfwindow/PWL_Button.cpp b/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| index e9c2647aa24f2dbb762f7cbefa07f9fa41bdca94..5c78383380d675fe79f17c16771e7fdb42464916 100644
|
| --- a/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| +++ b/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| @@ -4,18 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/pdfwindow/PDFWindow.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_Button.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_Utils.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_Wnd.h"
|
|
|
| -/* ------------------------------- CPWL_Button
|
| - * ---------------------------------- */
|
| -
|
| CPWL_Button::CPWL_Button() : m_bMouseDown(FALSE) {}
|
|
|
| CPWL_Button::~CPWL_Button() {
|
| - // PWL_TRACE("~CPWL_Button\n");
|
| }
|
|
|
| CFX_ByteString CPWL_Button::GetClassName() const {
|
|
|