From 326a2a78aaf7e0146bfcd283da888c08e34143f8 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 20 Nov 2015 10:47:32 -0800 Subject: Make XFA public more closely match master. There will be significant differences, but these are the minor ones. I removed a comment that doesn't seem to add a lot of value. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1465723002 . --- public/fpdf_ppo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'public/fpdf_ppo.h') diff --git a/public/fpdf_ppo.h b/public/fpdf_ppo.h index 9645545bfa..e7d77678f9 100644 --- a/public/fpdf_ppo.h +++ b/public/fpdf_ppo.h @@ -24,10 +24,6 @@ extern "C" { // index - The page index wanted to insert from. // Return value: // TRUE for succeed, FALSE for Failed. -// Notes: -// The method not support this feature for the document consists of -// dynamic XFA fields. -// DLLEXPORT FPDF_BOOL STDCALL FPDF_ImportPages(FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc, FPDF_BYTESTRING pagerange, -- cgit v1.2.3