diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-16 16:26:03 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-16 16:26:03 +0000 |
| commit | 207c0491084f51a46bd81ec60538dc48bedfe63f (patch) | |
| tree | 2a2f0a7079aadfd8d08c82163ac9fe2076a791d7 /src/sp-glyph.cpp | |
| parent | Suppress non-critical compiler warnings for GDL. We are dropping our fork ev... (diff) | |
| download | inkscape-207c0491084f51a46bd81ec60538dc48bedfe63f.tar.gz inkscape-207c0491084f51a46bd81ec60538dc48bedfe63f.zip | |
Drop checks for ancient dependency versions. These are satisfied elsewhere.
(bzr r12213)
Diffstat (limited to 'src/sp-glyph.cpp')
| -rw-r--r-- | src/sp-glyph.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-glyph.cpp b/src/sp-glyph.cpp index e14ef8667..0417ea8c1 100644 --- a/src/sp-glyph.cpp +++ b/src/sp-glyph.cpp @@ -2,7 +2,6 @@ # include <config.h> #endif -#ifdef ENABLE_SVG_FONTS #define __SP_GLYPH_C__ /* @@ -284,7 +283,6 @@ static Inkscape::XML::Node *sp_glyph_write(SPObject *object, Inkscape::XML::Docu return repr; } -#endif //#ifdef ENABLE_SVG_FONTS /* Local Variables: mode:c++ |
