X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FOutputDev.h;h=8d2c9f3384ee58777ff5becd78e246c00c8a1916;hb=1ab98ed6db3874c0a9ab243f2efd05bf39066eda;hp=327aa243adfc2a18350586865f0639af3a11b2a0;hpb=ebe12c095d5a5274feb5f4475b3782aa64a07d0a;p=swftools.git diff --git a/pdf2swf/xpdf/OutputDev.h b/pdf2swf/xpdf/OutputDev.h index 327aa24..8d2c9f3 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;