summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-04-21 13:47:58 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-21 13:47:58 -0700
commit3fea70cb133ca71c800482853473797a352ece16 (patch)
treee85b65ee89340caf5f1176bb8966ccff0b272925 /fpdfsdk/include
parentbc1cbabe8d8bfa74d25160c14afa30d5b40df335 (diff)
downloadpdfium-3fea70cb133ca71c800482853473797a352ece16.tar.xz
Remove unused CFX_IntArray.
The only place its used, elements are added to it but the array is not used otherwise. Review URL: https://codereview.chromium.org/1906133002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r--fpdfsdk/include/fsdk_baseannot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/include/fsdk_baseannot.h b/fpdfsdk/include/fsdk_baseannot.h
index 4756bdbdba..7a1d3e3c20 100644
--- a/fpdfsdk/include/fsdk_baseannot.h
+++ b/fpdfsdk/include/fsdk_baseannot.h
@@ -25,8 +25,6 @@ class CFX_Matrix;
class CPDF_RenderOptions;
class CFX_RenderDevice;
-#define CFX_IntArray CFX_ArrayTemplate<int>
-
class CPDFSDK_DateTime {
public:
CPDFSDK_DateTime();
@@ -170,9 +168,6 @@ class CPDFSDK_BAAnnot : public CPDFSDK_Annot {
void SetBorderStyle(int nStyle);
int GetBorderStyle() const;
- void SetBorderDash(const CFX_IntArray& array);
- void GetBorderDash(CFX_IntArray& array) const;
-
// The background of the annotation's icon when closed
// The title bar of the annotation's pop-up window
// The border of a link annotation