diff options
Diffstat (limited to 'fxjs/cjs_document.h')
-rw-r--r-- | fxjs/cjs_document.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fxjs/cjs_document.h b/fxjs/cjs_document.h index 0f25703f34..c74855ebb0 100644 --- a/fxjs/cjs_document.h +++ b/fxjs/cjs_document.h @@ -298,10 +298,6 @@ class CJS_Document final : public CJS_Object, public Observable<CJS_Document> { CJS_Result removeIcon(CJS_Runtime* pRuntime, const std::vector<v8::Local<v8::Value>>& params); - bool IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect); - int CountWords(CPDF_TextObject* pTextObj); - WideString GetObjWordStr(CPDF_TextObject* pTextObj, int nWordIndex); - CJS_Result getPropertyInternal(CJS_Runtime* pRuntime, const ByteString& propName); CJS_Result setPropertyInternal(CJS_Runtime* pRuntime, |