| Index: fpdfsdk/cfx_systemhandler.h
|
| diff --git a/fpdfsdk/cfx_systemhandler.h b/fpdfsdk/cfx_systemhandler.h
|
| index ec5735366c069062664349dba82e12fdaeb66ccd..e77120adef9b0002424eec7a330b68b7c5e4d519 100644
|
| --- a/fpdfsdk/cfx_systemhandler.h
|
| +++ b/fpdfsdk/cfx_systemhandler.h
|
| @@ -68,7 +68,6 @@ class CFX_SystemHandler {
|
| bool IsSHIFTKeyDown(uint32_t nFlag) const;
|
| bool IsCTRLKeyDown(uint32_t nFlag) const;
|
| bool IsALTKeyDown(uint32_t nFlag) const;
|
| - bool IsINSERTKeyDown(uint32_t nFlag) const;
|
|
|
| FX_SYSTEMTIME GetLocalTime();
|
|
|
|
|