summaryrefslogtreecommitdiff
path: root/frontend/src/actions/topology
diff options
context:
space:
mode:
authorjc0b <j@jc0b.computer>2020-07-10 15:18:49 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:02 +0200
commitd8479e7e3744b8d1d31ac4d9f972e560eacd2cf8 (patch)
tree79b7dfccec6e3cc1fce189b4605a37b354d676a2 /frontend/src/actions/topology
parent4befa57993831274ad7e6ca62f96aa582f81cc5d (diff)
parent3b4e27320c479bd6ef48998f448ed070e8bd7511 (diff)
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'frontend/src/actions/topology')
-rw-r--r--frontend/src/actions/topology/building.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/actions/topology/building.js b/frontend/src/actions/topology/building.js
index da2dc311..d6c53af9 100644
--- a/frontend/src/actions/topology/building.js
+++ b/frontend/src/actions/topology/building.js
@@ -1,5 +1,4 @@
export const SET_CURRENT_TOPOLOGY = 'SET_CURRENT_TOPOLOGY'
-export const RESET_CURRENT_TOPOLOGY = 'RESET_CURRENT_TOPOLOGY'
export const START_NEW_ROOM_CONSTRUCTION = 'START_NEW_ROOM_CONSTRUCTION'
export const START_NEW_ROOM_CONSTRUCTION_SUCCEEDED =
'START_NEW_ROOM_CONSTRUCTION_SUCCEEDED'
@@ -19,12 +18,6 @@ export function setCurrentTopology(topologyId) {
}
}
-export function resetCurrentTopology() {
- return {
- type: RESET_CURRENT_TOPOLOGY,
- }
-}
-
export function startNewRoomConstruction() {
return {
type: START_NEW_ROOM_CONSTRUCTION,