diff options
Diffstat (limited to 'src/sp-object.cpp')
| -rw-r--r-- | src/sp-object.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp index 9037d45a9..85e8a4e9a 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -1554,24 +1554,6 @@ SPObject::_requireSVGVersion(Inkscape::Version version) { } /** - * Return sodipodi version of first root ancestor or (0,0). - */ -Inkscape::Version -sp_object_get_sodipodi_version(SPObject *object) -{ - static Inkscape::Version const zero_version(0, 0); - - while (object) { - if (SP_IS_ROOT(object)) { - return SP_ROOT(object)->version.sodipodi; - } - object = SP_OBJECT_PARENT(object); - } - - return zero_version; -} - -/** * Returns previous object in sibling list or NULL. */ SPObject * |
