diff options
Diffstat (limited to 'fpdfsdk/src/fsdk_mgr.cpp')
-rw-r--r-- | fpdfsdk/src/fsdk_mgr.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp index a119781a46..bdffb8f6d8 100644 --- a/fpdfsdk/src/fsdk_mgr.cpp +++ b/fpdfsdk/src/fsdk_mgr.cpp @@ -1073,16 +1073,9 @@ FX_BOOL CPDFSDK_PageView::OnKeyDown(int nKeyCode, int nFlag) { } FX_BOOL CPDFSDK_PageView::OnKeyUp(int nKeyCode, int nFlag) { - // if(CPDFSDK_Annot* pAnnot = GetFocusAnnot()) - // { - // CFFL_IFormFiller* pIFormFiller = g_pFormFillApp->GetIFormFiller(); - // return pIFormFiller->OnKeyUp(pAnnot, nKeyCode, nFlag); - // } return FALSE; } -extern void CheckUnSupportAnnot(CPDF_Document* pDoc, CPDF_Annot* pPDFAnnot); - void CPDFSDK_PageView::LoadFXAnnots() { ASSERT(m_page != NULL); |