summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_assistdata.h
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-11-09 22:04:17 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-09 22:04:17 +0000
commitc7056ca0027eb34ed9abf31338c4cd2ffff40528 (patch)
tree64cefa863bfab09587fd8b1efe3dba2a3b44870e /xfa/fxfa/parser/cxfa_assistdata.h
parent309fa59a2992706924913a63e7c847bc431159bc (diff)
downloadpdfium-c7056ca0027eb34ed9abf31338c4cd2ffff40528.tar.xz
Remove a couple of unused methods in CXFA_FFWidget
This CL removes two unused methods in CXFA_FFWidget and also the code that becomes unused after removing those. Change-Id: Ifa58a7cabc1750bb13942f86385414e8f5e0cce3 Reviewed-on: https://pdfium-review.googlesource.com/18310 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_assistdata.h')
-rw-r--r--xfa/fxfa/parser/cxfa_assistdata.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/xfa/fxfa/parser/cxfa_assistdata.h b/xfa/fxfa/parser/cxfa_assistdata.h
deleted file mode 100644
index 8b37473483..0000000000
--- a/xfa/fxfa/parser/cxfa_assistdata.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 PDFium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-
-#ifndef XFA_FXFA_PARSER_CXFA_ASSISTDATA_H_
-#define XFA_FXFA_PARSER_CXFA_ASSISTDATA_H_
-
-#include "xfa/fxfa/parser/cxfa_data.h"
-#include "xfa/fxfa/parser/cxfa_tooltipdata.h"
-
-class CXFA_Node;
-
-class CXFA_AssistData : public CXFA_Data {
- public:
- explicit CXFA_AssistData(CXFA_Node* pNode);
-
- CXFA_ToolTipData GetToolTipData();
-};
-
-#endif // XFA_FXFA_PARSER_CXFA_ASSISTDATA_H_