Skip to content

Commit 2333a89

Browse files
walesch-yanmarcus-oscarsson
authored andcommitted
remove unused actions from general
1 parent 146e25a commit 2333a89

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ui/src/actions/general.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
import { sendExecuteCommand } from '../api/hardware-object';
22

3-
export function addUserMessage(records, target) {
4-
return {
5-
type: 'ADD_USER_MESSAGE',
6-
records,
7-
target,
8-
};
9-
}
10-
11-
export function removeUserMessage(messageID) {
12-
return { type: 'REMOVE_USER_MESSAGE', messageID };
13-
}
14-
15-
export function clearAllUserMessages() {
16-
return { type: 'CLEAR_ALL_USER_MESSAGES' };
17-
}
18-
193
export function applicationFetched(data) {
204
return { type: 'APPLICATION_FETCHED', data };
215
}

0 commit comments

Comments
 (0)