diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-17 13:48:09 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-17 13:48:09 -0800 |
commit | fed9dd90c086c854ef13440e6022602eb9f91cfc (patch) | |
tree | b72d0a996e26aaf342904a3da8b709dc81270138 /core/include | |
parent | 761660c4074269ac806d06c9bef70e4e9fb0eb29 (diff) | |
download | pdfium-fed9dd90c086c854ef13440e6022602eb9f91cfc.tar.xz |
FX_NAMESPACE_DECLARE pointless.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1534003002 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxcrt/fx_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 6e7fbb4555..ef5b204049 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -1093,7 +1093,6 @@ typedef enum { Done } FX_ProgressiveStatus; #define ProgressiveStatus FX_ProgressiveStatus -#define FX_NAMESPACE_DECLARE(namespace, type) namespace ::type class CFX_Vector_3by1 { public: |