From 42dd70974681492306aeadc91f242bbeabb7a3e3 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 12 Nov 2018 12:24:20 +0100 Subject: Unused imports removal pass. --- src/roster-editor/src/Struct/Character.elm | 4 ---- src/roster-editor/src/Struct/CharacterRecord.elm | 3 --- src/roster-editor/src/Update/HandleServerReply.elm | 2 -- src/roster-editor/src/Update/SetArmor.elm | 1 - src/roster-editor/src/Update/SetGlyph.elm | 1 - src/roster-editor/src/Update/SetGlyphBoard.elm | 1 - src/roster-editor/src/Update/SetPortrait.elm | 1 - src/roster-editor/src/Update/SetWeapon.elm | 1 - 8 files changed, 14 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2