diff options
| author | MenTaLguY <mental@rydia.net> | 2007-02-26 04:58:41 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-02-26 04:58:41 +0000 |
| commit | 4f715c843263cf30f98ec645a4735e4ba4662c4f (patch) | |
| tree | 359470d358d1b24bf1fd1937df2ad8562866b8c9 /src/file.cpp | |
| parent | Update. (diff) | |
| download | inkscape-4f715c843263cf30f98ec645a4735e4ba4662c4f.tar.gz inkscape-4f715c843263cf30f98ec645a4735e4ba4662c4f.zip | |
dead code removal
(bzr r2443)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/file.cpp b/src/file.cpp index 521579d69..8f4b2a9c1 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -753,17 +753,6 @@ file_import(SPDocument *in_doc, const Glib::ustring &uri, } if (doc != NULL) { - // the import extension has passed us a document, now we need to embed it into our document - if ( 0 ) { -// const gchar *docbase = (sp_repr_document_root( sp_repr_document( repr ))->attribute("sodipodi:docbase" ); - g_message(" settings uri [%s]", doc->uri ); - g_message(" base [%s]", doc->base ); - g_message(" name [%s]", doc->name ); - Inkscape::IO::fixupHrefs( doc, doc->base, TRUE ); - g_message(" mid-fixup"); - Inkscape::IO::fixupHrefs( doc, in_doc->base, TRUE ); - } - // move imported defs to our document's defs SPObject *in_defs = SP_DOCUMENT_DEFS(in_doc); SPObject *defs = SP_DOCUMENT_DEFS(doc); |
