Skip to content

Commit

Permalink
Remove unused constants, commented function in sceneconfigMenu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlu18 committed Jan 13, 2022
1 parent 4a42722 commit 45196b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions src/components/structural/header/SceneConfigMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ class ConfigModal extends Component {
});
};

// handleClick = event => {
// this.setState({ anchorEl: event.currentTarget, projectId: event.currentTarget.id });
// };

/**
* Handles when the text change in the textfield. Use in mail share and collection
* @param {string} name Place where it saved in state
Expand Down
6 changes: 0 additions & 6 deletions src/constants/ActionTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ export const EDITOR_RECOVER = "EDITOR_RECOVER";
export const EDITOR_CHANGE = "EDITOR_CHANGE";
export const EDITOR_UPDATE_SAVEDTEXT = "EDITOR_UPDATE_SAVEDTEXT";
export const SAVE_START = "SAVE_START";
//unused constant
export const SAVE_FIN = "SAVE_FIN";
export const REQ_RELOAD = "REQ_RELOAD";

export const SYNC_USER_PROJ = "SYNC_USER_PROJ";
export const SYNC_EXAMP_PROJ = "SYNC_EXAMP_PROJ";
export const DELETE_PROJ = "DELETE_PROJ";
//unused constant
export const ASYNC_USER_PROJ = "ASYNC_USER_PROJ";
export const ASYNC_EXAMP_PROJ = "ASYNC_EXAMP_PROJ";

export const NAME_SCENE = "NAME_SCENE";
export const NEW_SCENE = "NEW_SCENE";
Expand Down

0 comments on commit 45196b0

Please sign in to comment.