Code

Revert warning-remove edit. Needed for switch
authorishmal <ishmal@users.sourceforge.net>
Sun, 22 Apr 2007 00:50:10 +0000 (00:50 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 22 Apr 2007 00:50:10 +0000 (00:50 +0000)
src/extension/internal/pdf-cairo.cpp

index 17de2e5f64293369ae8db1960f4f46fe5eb14293..0b500864d14c189b1a9bab81a4b0adcac55adae5 100644 (file)
@@ -808,7 +808,7 @@ unsigned int
 PrintCairoPDF::text(Inkscape::Extension::Print *mod, char const *text, NR::Point p,
               SPStyle const *const style)
 {
-    //bool dirty_pattern = false;
+    bool dirty_pattern = false;
 
     if (!_stream) return 0; // XXX: fixme, returning -1 as unsigned.
     if (_bitmap) return 0;