]> gitweb.factorcode.org Git - factor.git/commitdiff
calendar.format: unused word
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 4 Jan 2017 10:09:34 +0000 (11:09 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 5 Jan 2017 11:38:05 +0000 (12:38 +0100)
basis/calendar/format/format.factor

index b721f360cdf866051442ab5f4146ce09d22d8dff..4e1cd2adaa9541a4214cdcfd283baa262ca33cbd 100644 (file)
@@ -167,12 +167,6 @@ TYPED: timestamp>ymd ( timestamp: timestamp -- str )
 TYPED: timestamp>hms ( timestamp: timestamp -- str )
     [ (timestamp>hms) ] with-string-writer ;
 
-: (timestamp>hm) ( timestamp -- )
-    { hh ":" mm } formatted ;
-
-TYPED: timestamp>hm ( timestamp: timestamp -- str )
-    [ (timestamp>hm) ] with-string-writer ;
-
 TYPED: timestamp>ymdhms ( timestamp: timestamp -- str )
     [
         >gmt