| Index: xfa/src/fxfa/src/app/xfa_ffwidget.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffwidget.h b/xfa/src/fxfa/src/app/xfa_ffwidget.h
|
| index b08e795601cadf907ffc347078510cbe9ce3eed8..526545ac492e06e1163832bc538fa13354f6339c 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffwidget.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffwidget.h
|
| @@ -19,11 +19,6 @@ class CXFA_FFDocView;
|
| class CXFA_FFDoc;
|
| class CXFA_FFApp;
|
|
|
| -#define XFA_GOTO_POSITION_IF_FAIL(arg, pos) \
|
| - { \
|
| - if (!(arg)) \
|
| - goto pos; \
|
| - }
|
| inline FX_FLOAT XFA_UnitPx2Pt(FX_FLOAT fPx, FX_FLOAT fDpi) {
|
| return fPx * 72.0f / fDpi;
|
| }
|
|
|