mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 02:37:56 +08:00
Remove ObjectsTree class since it's obsolete
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
namespace UglyToad.PdfPig.Writer.Merging
|
||||
{
|
||||
using Content;
|
||||
using CrossReference;
|
||||
using Tokens;
|
||||
|
||||
// I don't see the purpose of this class, @Elliot maybe you can explain to me the purpose
|
||||
internal class ObjectsTree
|
||||
{
|
||||
public TrailerDictionary TrailerDictionary { get; }
|
||||
|
||||
public ObjectToken TrailerObject { get; }
|
||||
|
||||
public Catalog Catalog { get; }
|
||||
|
||||
public ObjectsTree(TrailerDictionary trailerDictionary, ObjectToken trailerObject,
|
||||
Catalog catalog)
|
||||
{
|
||||
TrailerDictionary = trailerDictionary;
|
||||
TrailerObject = trailerObject;
|
||||
Catalog = catalog;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user