Skip to content

Commit 68279bf

Browse files
committed
remove unused uiproperties action
1 parent 58779e8 commit 68279bf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ui/src/actions/uiproperties.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

ui/src/reducers/uiproperties.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const INITIAL_STATE = {};
44

55
function uiPropertiesReducer(state = INITIAL_STATE, action = {}) {
66
switch (action.type) {
7-
case 'SET_UI_PROPERTIES': {
8-
return { ...state, ...action.data };
9-
}
107
/* `uiproperties` is a server state so it should ideally not be modified locally.
118
* We make an exception here until motor steps can be updated on the server. */
129
case 'SET_MOTOR_STEP': {

0 commit comments

Comments
 (0)