summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-09-06 18:39:54 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-09-06 18:39:54 +0200
commit9e684761e12ad31d8c5996e7f960fd99b1f8f23e (patch)
tree1476e823da26394a919a1959fff38fc1c10b1a0f /src/map-editor
parentf3e76846574be962415a836cbad1c401fe597052 (diff)
Login redirects to main menu if already connected.
Diffstat (limited to 'src/map-editor')
-rw-r--r--src/map-editor/src/Struct/HelpRequest.elm3
-rw-r--r--src/map-editor/src/Struct/Model.elm4
2 files changed, 1 insertions, 6 deletions
diff --git a/src/map-editor/src/Struct/HelpRequest.elm b/src/map-editor/src/Struct/HelpRequest.elm
index 774ecdc..61bf3aa 100644
--- a/src/map-editor/src/Struct/HelpRequest.elm
+++ b/src/map-editor/src/Struct/HelpRequest.elm
@@ -2,8 +2,7 @@ module Struct.HelpRequest exposing (Type(..))
-- Elm -------------------------------------------------------------------------
--- Battlemap -------------------------------------------------------------------
-import Struct.Toolbox
+-- Map Editor ------------------------------------------------------------------
--------------------------------------------------------------------------------
-- TYPES -----------------------------------------------------------------------
diff --git a/src/map-editor/src/Struct/Model.elm b/src/map-editor/src/Struct/Model.elm
index e8135f1..70b840f 100644
--- a/src/map-editor/src/Struct/Model.elm
+++ b/src/map-editor/src/Struct/Model.elm
@@ -10,8 +10,6 @@ module Struct.Model exposing
)
-- Elm -------------------------------------------------------------------------
-import Array
-
import Dict
-- Map -------------------------------------------------------------------
@@ -24,8 +22,6 @@ import Struct.TilePattern
import Struct.Toolbox
import Struct.UI
-import Util.Array
-
--------------------------------------------------------------------------------
-- TYPES -----------------------------------------------------------------------
--------------------------------------------------------------------------------