Remove GSSVG* files since they are not needed

This commit is contained in:
Gregory John Casamento 2019-12-03 17:19:18 -05:00
parent 95dbcd2b40
commit 782a8efcbe
5 changed files with 3 additions and 83 deletions

View file

@ -33,10 +33,9 @@
extern "C" {
#endif
@interface NSPDFImageRep : NSImageRep //GSImageMagickImageRep
@interface NSPDFImageRep : NSImageRep
{
NSArray *_pageReps;
NSUInteger _pageCount;
NSUInteger _currentPage;
NSData *_pdfRepresentation;
}