Skip to content

Commit

Permalink
Remove unused ledger-occur-narrowed-face
Browse files Browse the repository at this point in the history
The :invisible property is not one supported by defface, and in fact this face
is never actually used.
  • Loading branch information
purcell committed Oct 7, 2024
1 parent 837e087 commit 0d53c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ amount that would balance the transaction.
This option defaults to t. When nil, links in the report buffer visit the
specific posting at point, rather than the beginning of the transaction
containing that posting.
** Removed unused ledger-occur-narrowed-face
This face was not actually used to mark up narrowed text, which is instead
hidden by using overlays.
* Release v4.0.0
** The completion system now respects whatever completion system the user prefers
Some users prefer different completion systems such as ivy or helm. To get the
Expand Down
5 changes: 0 additions & 5 deletions ledger-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@
"Face for Ledger dates"
:group 'ledger-faces)

(defface ledger-occur-narrowed-face
`((t :inherit font-lock-comment-face :invisible t))
"Default face for Ledger occur mode hidden transactions"
:group 'ledger-faces)

(defface ledger-occur-xact-face
`((t :inherit highlight))
"Default face for Ledger occur mode shown transactions"
Expand Down

0 comments on commit 0d53c23

Please sign in to comment.