From 3310a48fd235efeab04a645a74879268946b2276 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 17 Feb 2024 19:05:13 +0100 Subject: [PATCH] Bulma: remove dead code comments. --- src/Bulma.purs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Bulma.purs b/src/Bulma.purs index 24570ab..58b4792 100644 --- a/src/Bulma.purs +++ b/src/Bulma.purs @@ -205,13 +205,6 @@ btn_labeled id title button_text action ] [ HH.text button_text ] ] ---box_button action value validity cond --- = HH.label [ ] --- [ HH.label [HP.classes C.label ] [ HH.text title ] --- , HH.div [HP.classes C.control ] --- [ render_input ispassword placeholder action value validity cond ] --- ] - box_input :: forall w i. String -> String -> String -> (String -> i) -> String -> (HP.IProp DHI.HTMLinput i) -> HH.HTML w i box_input = field_inner false