From 8aa174e70c01631ae4e00a6d208966fcd77cf972 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 10 Jul 2020 10:21:46 +0200 Subject: Add implementation of portfolio and scenario UI structure --- frontend/src/actions/topology/building.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'frontend/src/actions/topology') 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, -- cgit v1.2.3