diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-13 10:58:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-13 10:58:52 -0700 |
commit | 08153b16fb1c7e9849cc33f1b9d4f1521240d18e (patch) | |
tree | 4906b17cc38830d9a341b571011c930907c06795 /xfa/fde/fde_gedevice.cpp | |
parent | 6d8e981b51458f0381031fe240f5215db9906622 (diff) | |
download | pdfium-08153b16fb1c7e9849cc33f1b9d4f1521240d18e.tar.xz |
Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet.
These interfaces were not implemented, removed.
BUG=pdfium:468
Review URL: https://codereview.chromium.org/1866333003
Diffstat (limited to 'xfa/fde/fde_gedevice.cpp')
-rw-r--r-- | xfa/fde/fde_gedevice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fde/fde_gedevice.cpp b/xfa/fde/fde_gedevice.cpp index e289ef9ec2..605c4f97c0 100644 --- a/xfa/fde/fde_gedevice.cpp +++ b/xfa/fde/fde_gedevice.cpp @@ -9,7 +9,6 @@ #include <algorithm> #include "xfa/fde/fde_geobject.h" -#include "xfa/fde/fde_image.h" #include "xfa/fde/fde_object.h" IFDE_RenderDevice* IFDE_RenderDevice::Create(CFX_DIBitmap* pBitmap, |