Skip to content
Snippets Groups Projects
Commit f385070f authored by DD Liu's avatar DD Liu
Browse files

remove unused functions

parent 1ea257b5
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ const vmListenerHOC = function (WrappedComponent) {
attachKeyboardEvents,
onKeyDown,
onKeyUp,
onSpriteInfoReport,
onMonitorsUpdate,
onTargetsUpdate,
/* eslint-enable no-unused-vars */
......@@ -90,7 +89,6 @@ const vmListenerHOC = function (WrappedComponent) {
onKeyDown: PropTypes.func,
onKeyUp: PropTypes.func,
onMonitorsUpdate: PropTypes.func,
onSpriteInfoReport: PropTypes.func,
onTargetsUpdate: PropTypes.func,
vm: PropTypes.instanceOf(VM).isRequired
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment