summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-11-12 12:24:20 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-11-12 12:24:20 +0100
commit42dd70974681492306aeadc91f242bbeabb7a3e3 (patch)
tree34e1fecaa7de19e183ee3719642342d637b040f7 /src
parent616475c22716245e4a308146d78eaea33909a0d9 (diff)
Unused imports removal pass.
Diffstat (limited to 'src')
-rw-r--r--src/roster-editor/src/Struct/Character.elm4
-rw-r--r--src/roster-editor/src/Struct/CharacterRecord.elm3
-rw-r--r--src/roster-editor/src/Update/HandleServerReply.elm2
-rw-r--r--src/roster-editor/src/Update/SetArmor.elm1
-rw-r--r--src/roster-editor/src/Update/SetGlyph.elm1
-rw-r--r--src/roster-editor/src/Update/SetGlyphBoard.elm1
-rw-r--r--src/roster-editor/src/Update/SetPortrait.elm1
-rw-r--r--src/roster-editor/src/Update/SetWeapon.elm1
8 files changed, 0 insertions, 14 deletions
diff --git a/src/roster-editor/src/Struct/Character.elm b/src/roster-editor/src/Struct/Character.elm
index 8e07ee7..58d9967 100644
--- a/src/roster-editor/src/Struct/Character.elm
+++ b/src/roster-editor/src/Struct/Character.elm
@@ -25,10 +25,6 @@ module Struct.Character exposing
-- Elm -------------------------------------------------------------------------
import Array
-import Json.Decode
-import Json.Decode.Pipeline
-import Json.Encode
-
-- Roster Editor ---------------------------------------------------------------
import Struct.Armor
import Struct.Attributes
diff --git a/src/roster-editor/src/Struct/CharacterRecord.elm b/src/roster-editor/src/Struct/CharacterRecord.elm
index 7784499..0807aed 100644
--- a/src/roster-editor/src/Struct/CharacterRecord.elm
+++ b/src/roster-editor/src/Struct/CharacterRecord.elm
@@ -23,13 +23,10 @@ import Json.Encode
-- Roster Editor ---------------------------------------------------------------
import Struct.Armor
-import Struct.Attributes
import Struct.Character
import Struct.Glyph
import Struct.GlyphBoard
-import Struct.Omnimods
import Struct.Portrait
-import Struct.Statistics
import Struct.Weapon
import Struct.WeaponSet
diff --git a/src/roster-editor/src/Update/HandleServerReply.elm b/src/roster-editor/src/Update/HandleServerReply.elm
index b1369de..abd2c0a 100644
--- a/src/roster-editor/src/Update/HandleServerReply.elm
+++ b/src/roster-editor/src/Update/HandleServerReply.elm
@@ -14,7 +14,6 @@ import Struct.Flags
import Constants.IO
import Struct.Armor
-import Struct.Character
import Struct.CharacterRecord
import Struct.Error
import Struct.Event
@@ -25,7 +24,6 @@ import Struct.Model
import Struct.Portrait
import Struct.ServerReply
import Struct.Weapon
-import Struct.WeaponSet
--------------------------------------------------------------------------------
-- TYPES -----------------------------------------------------------------------
diff --git a/src/roster-editor/src/Update/SetArmor.elm b/src/roster-editor/src/Update/SetArmor.elm
index 31b8291..1440966 100644
--- a/src/roster-editor/src/Update/SetArmor.elm
+++ b/src/roster-editor/src/Update/SetArmor.elm
@@ -6,7 +6,6 @@ import Dict
-- Roster Editor ---------------------------------------------------------------
import Struct.Armor
import Struct.Character
-import Struct.Error
import Struct.Event
import Struct.Model
diff --git a/src/roster-editor/src/Update/SetGlyph.elm b/src/roster-editor/src/Update/SetGlyph.elm
index 00d0ba8..c8b979c 100644
--- a/src/roster-editor/src/Update/SetGlyph.elm
+++ b/src/roster-editor/src/Update/SetGlyph.elm
@@ -5,7 +5,6 @@ import Dict
-- Roster Editor ---------------------------------------------------------------
import Struct.Character
-import Struct.Error
import Struct.Event
import Struct.Glyph
import Struct.Model
diff --git a/src/roster-editor/src/Update/SetGlyphBoard.elm b/src/roster-editor/src/Update/SetGlyphBoard.elm
index bac0469..5c738a7 100644
--- a/src/roster-editor/src/Update/SetGlyphBoard.elm
+++ b/src/roster-editor/src/Update/SetGlyphBoard.elm
@@ -5,7 +5,6 @@ import Dict
-- Roster Editor ---------------------------------------------------------------
import Struct.Character
-import Struct.Error
import Struct.Event
import Struct.GlyphBoard
import Struct.Model
diff --git a/src/roster-editor/src/Update/SetPortrait.elm b/src/roster-editor/src/Update/SetPortrait.elm
index 236da59..5b1fe62 100644
--- a/src/roster-editor/src/Update/SetPortrait.elm
+++ b/src/roster-editor/src/Update/SetPortrait.elm
@@ -5,7 +5,6 @@ import Dict
-- Roster Editor ---------------------------------------------------------------
import Struct.Character
-import Struct.Error
import Struct.Event
import Struct.Model
import Struct.Portrait
diff --git a/src/roster-editor/src/Update/SetWeapon.elm b/src/roster-editor/src/Update/SetWeapon.elm
index aebc544..ae590c8 100644
--- a/src/roster-editor/src/Update/SetWeapon.elm
+++ b/src/roster-editor/src/Update/SetWeapon.elm
@@ -5,7 +5,6 @@ import Dict
-- Roster Editor ---------------------------------------------------------------
import Struct.Character
-import Struct.Error
import Struct.Event
import Struct.Model
import Struct.UI