summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elm/battlemap/src/View/Battlemap/Navigator.elm')
-rw-r--r--elm/battlemap/src/View/Battlemap/Navigator.elm17
1 files changed, 0 insertions, 17 deletions
diff --git a/elm/battlemap/src/View/Battlemap/Navigator.elm b/elm/battlemap/src/View/Battlemap/Navigator.elm
deleted file mode 100644
index 4180e6d..0000000
--- a/elm/battlemap/src/View/Battlemap/Navigator.elm
+++ /dev/null
@@ -1,17 +0,0 @@
-module View.Battlemap.Navigator exposing (get_html)
-
-import Html
---import Html.Attributes
---import Html.Events
-
---import Battlemap.Location
-import Battlemap.Navigator
-
-import Event
-
-get_html : (
- Int ->
- Battlemap.Navigator.Summary ->
- (List (Html.Html Event.Type))
- )
-get_html tile_size nav_summary = []