diff options
Diffstat (limited to 'src/io/file.cpp')
| -rw-r--r-- | src/io/file.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io/file.cpp b/src/io/file.cpp index a23ef8fbc..a87453d47 100644 --- a/src/io/file.cpp +++ b/src/io/file.cpp @@ -65,7 +65,6 @@ ink_file_open(const Glib::ustring& data) SPRoot *root = doc->getRoot(); root->original.inkscape = root->version.inkscape; root->original.svg = root->version.svg; - INKSCAPE.readStyleSheets(); } return doc; @@ -116,7 +115,6 @@ ink_file_open(const Glib::RefPtr<Gio::File>& file, bool &cancelled) SPRoot *root = doc->getRoot(); root->original.inkscape = root->version.inkscape; root->original.svg = root->version.svg; - INKSCAPE.readStyleSheets(); } return doc; |
