summaryrefslogtreecommitdiff
path: root/core/include/fxcrt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-12-17 13:48:09 -0800
committerTom Sepez <tsepez@chromium.org>2015-12-17 13:48:09 -0800
commitfed9dd90c086c854ef13440e6022602eb9f91cfc (patch)
treeb72d0a996e26aaf342904a3da8b709dc81270138 /core/include/fxcrt
parent761660c4074269ac806d06c9bef70e4e9fb0eb29 (diff)
downloadpdfium-fed9dd90c086c854ef13440e6022602eb9f91cfc.tar.xz
FX_NAMESPACE_DECLARE pointless.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1534003002 .
Diffstat (limited to 'core/include/fxcrt')
-rw-r--r--core/include/fxcrt/fx_basic.h1
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: