X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FOutputDev.h;fp=pdf2swf%2Fxpdf%2FOutputDev.h;h=fdb0edcbe180afcef2fbc8dd53a2529dcaa22ea9;hb=f72fd5c03fec8c8d7220c4da964929442962d168;hp=327aa243adfc2a18350586865f0639af3a11b2a0;hpb=ebe12c095d5a5274feb5f4475b3782aa64a07d0a;p=swftools.git diff --git a/pdf2swf/xpdf/OutputDev.h b/pdf2swf/xpdf/OutputDev.h index 327aa24..fdb0edc 100644 --- a/pdf2swf/xpdf/OutputDev.h +++ b/pdf2swf/xpdf/OutputDev.h @@ -61,9 +61,6 @@ public: // will be reduced to a series of other drawing operations. virtual GBool useShadedFills() { return gFalse; } - // Is this device able to draw gradients? - virtual GBool useGradients() = 0; - // Does this device use beginType3Char/endType3Char? Otherwise, // text in Type 3 fonts will be drawn with drawChar/drawString. virtual GBool interpretType3Chars() = 0; @@ -77,7 +74,7 @@ public: virtual void setDefaultCTM(double *ctm); // Start a page. - virtual void startPage(int pageNum, GfxState *state, double x1,double y1,double x2,double y2) {} + virtual void startPage(int pageNum, GfxState *state) {} // End a page. virtual void endPage() {}