diff options
Diffstat (limited to 'fpdfsdk/cfx_systemhandler.h')
-rw-r--r-- | fpdfsdk/cfx_systemhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/cfx_systemhandler.h b/fpdfsdk/cfx_systemhandler.h index aa243c0e11..7402ac3c4f 100644 --- a/fpdfsdk/cfx_systemhandler.h +++ b/fpdfsdk/cfx_systemhandler.h @@ -64,9 +64,6 @@ class CFX_SystemHandler { int32_t SetTimer(int32_t uElapse, TimerCallback lpTimerFunc); void KillTimer(int32_t nID); - bool IsSHIFTKeyDown(uint32_t nFlag) const; - bool IsCTRLKeyDown(uint32_t nFlag) const; - bool IsALTKeyDown(uint32_t nFlag) const; private: CFX_UnownedPtr<CPDFSDK_FormFillEnvironment> const m_pFormFillEnv; |