summaryrefslogtreecommitdiff
path: root/frontend/src/actions/topology
diff options
context:
space:
mode:
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,