mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
lib: transaction: drop commented code
This commit is contained in:
parent
80dc2ef03f
commit
20f006f7f6
@ -146,17 +146,6 @@ renderCommentLines t = case lines $ T.unpack t of ("":ls) -> "":map commentpref
|
|||||||
where
|
where
|
||||||
commentprefix = indent . ("; "++)
|
commentprefix = indent . ("; "++)
|
||||||
|
|
||||||
-- -- Render a transaction or posting's comment as semicolon-prefixed comment lines -
|
|
||||||
-- -- an inline (same-line) comment if it's a single line, otherwise multiple indented lines.
|
|
||||||
-- commentLines' :: String -> (String, [String])
|
|
||||||
-- commentLines' s
|
|
||||||
-- | null s = ("", [])
|
|
||||||
-- | length ls == 1 = (prefix $ head ls, [])
|
|
||||||
-- | otherwise = ("", (prefix $ head ls):(map prefix $ tail ls))
|
|
||||||
-- where
|
|
||||||
-- ls = lines s
|
|
||||||
-- prefix = indent . (";"++)
|
|
||||||
|
|
||||||
postingsAsLines :: Bool -> Bool -> Transaction -> [Posting] -> [String]
|
postingsAsLines :: Bool -> Bool -> Transaction -> [Posting] -> [String]
|
||||||
postingsAsLines elide onelineamounts t ps
|
postingsAsLines elide onelineamounts t ps
|
||||||
| elide && length ps > 1 && isTransactionBalanced Nothing t -- imprecise balanced check
|
| elide && length ps > 1 && isTransactionBalanced Nothing t -- imprecise balanced check
|
||||||
|
Loading…
Reference in New Issue
Block a user