made error reporting less verbose
[swftools.git] / pdf2swf / xpdf / OutputDev.h
index 327aa24..8d2c9f3 100644 (file)
@@ -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;