diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-09-10 23:42:59 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-09-10 23:42:59 +0000 |
| commit | 34dd43b53b90b8293b86da4a828d69f966aa51a4 (patch) | |
| tree | fb6a3810bcce412e6a1be5ed3e30a1c4a7501ed7 /src/extension/internal/cairo-render-context.h | |
| parent | 2geomify, remove warnings and other fixes (diff) | |
| download | inkscape-34dd43b53b90b8293b86da4a828d69f966aa51a4.tar.gz inkscape-34dd43b53b90b8293b86da4a828d69f966aa51a4.zip | |
LIBNR REMOVAL. remove nartbpath code!!!
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.
(bzr r6789)
Diffstat (limited to 'src/extension/internal/cairo-render-context.h')
| -rw-r--r-- | src/extension/internal/cairo-render-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/internal/cairo-render-context.h b/src/extension/internal/cairo-render-context.h index 4c078f87f..72a1790cf 100644 --- a/src/extension/internal/cairo-render-context.h +++ b/src/extension/internal/cairo-render-context.h @@ -138,7 +138,6 @@ public: /* Rendering methods */ bool renderPathVector(Geom::PathVector const & pathv, SPStyle const *style, NRRect const *pbox); - bool renderPath(const_NRBPath const *bpath, SPStyle const *style, NRRect const *pbox); bool renderImage(unsigned char *px, unsigned int w, unsigned int h, unsigned int rs, Geom::Matrix const *image_transform, SPStyle const *style); bool renderGlyphtext(PangoFont *font, Geom::Matrix const *font_matrix, |
