mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Remove unused StructTreeLayerBuilder
constructor parameter
Also change the "private" methods into properly private ones.
This commit is contained in:
parent
67e1c37e0f
commit
cd72818438
5 changed files with 12 additions and 48 deletions
|
@ -280,15 +280,9 @@ class IPDFXfaLayerFactory {
|
|||
*/
|
||||
class IPDFStructTreeLayerFactory {
|
||||
/**
|
||||
* @typedef {Object} CreateStructTreeLayerBuilderParameters
|
||||
* @property {PDFPageProxy} pdfPage
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {CreateStructTreeLayerBuilderParameters}
|
||||
* @returns {StructTreeLayerBuilder}
|
||||
*/
|
||||
createStructTreeLayerBuilder({ pdfPage }) {}
|
||||
createStructTreeLayerBuilder() {}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue