Remove supported-formats in all the places it's no longer used

This commit is contained in:
Gabriel Horner
2023-05-11 00:12:41 -04:00
committed by Tienson Qin
parent b26d83d2fc
commit b2776bbb18
7 changed files with 15 additions and 23 deletions

View File

@@ -9,7 +9,6 @@
[frontend.handler.notification :as notification]
[frontend.state :as state]
[logseq.graph-parser.block :as gp-block]
[logseq.graph-parser.config :as gp-config]
[logseq.graph-parser.property :as gp-property]
[logseq.graph-parser.mldoc :as gp-mldoc]
[lambdaisland.glogi :as log]))
@@ -23,7 +22,6 @@ and handles unexpected failure."
(gp-block/extract-blocks blocks content with-id? format
{:user-config (state/get-config)
:block-pattern (config/get-block-pattern format)
:supported-formats (gp-config/supported-formats)
:db (db/get-db (state/get-current-repo))
:date-formatter (state/get-date-formatter)
:page-name page-name})