Browse Source

remove unnessesary bind

ryuichi-e 5 years ago
parent
commit
9b13ed9161
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/components/Admin/Security/ShareLinkSetting.jsx

+ 0 - 2
src/client/js/components/Admin/Security/ShareLinkSetting.jsx

@@ -18,8 +18,6 @@ class ShareLinkSetting extends React.Component {
     this.state = {
     this.state = {
     };
     };
     this.handlePage = this.handlePage.bind(this);
     this.handlePage = this.handlePage.bind(this);
-    this.deleteAllLinksButtonHandler = this.deleteAllLinksButtonHandler.bind(this);
-    this.deleteLinkById = this.deleteLinkById.bind(this);
   }
   }
 
 
   componentWillMount() {
   componentWillMount() {