From 0596b9f6c561daa67945adb81570efd30650dffd Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Mar 2021 18:38:02 +0100 Subject: Add a display view which does nothing but display the slides (should be useful e.g. as input for a screen recorder) --- picarones-elm/src/Main.elm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'picarones-elm/src/Main.elm') diff --git a/picarones-elm/src/Main.elm b/picarones-elm/src/Main.elm index 6e69fe4..f4a4dc2 100644 --- a/picarones-elm/src/Main.elm +++ b/picarones-elm/src/Main.elm @@ -12,12 +12,6 @@ import Protocol exposing (decodeState, encodeState) import Json.Decode as D -main = Browser.document - { init = init - , update = update - , view = view - , subscriptions = subscriptions - } -- subscribe to messages from the websocket subscriptions : Model -> Sub Msg -- cgit v1.2.3