Remove unused StructTreeLayerBuilder constructor parameter

Also change the "private" methods into properly private ones.
This commit is contained in:
Jonas Jenwald 2022-12-03 22:58:37 +01:00
parent 67e1c37e0f
commit cd72818438
5 changed files with 12 additions and 48 deletions

View file

@ -280,15 +280,9 @@ class IPDFXfaLayerFactory {
*/
class IPDFStructTreeLayerFactory {
/**
* @typedef {Object} CreateStructTreeLayerBuilderParameters
* @property {PDFPageProxy} pdfPage
*/
/**
* @param {CreateStructTreeLayerBuilderParameters}
* @returns {StructTreeLayerBuilder}
*/
createStructTreeLayerBuilder({ pdfPage }) {}
createStructTreeLayerBuilder() {}
}
/**