diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-06-09 08:41:43 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-06-09 08:41:43 +0000 |
| commit | 2597a73d85f8416072e2d95c4813662b2f0cd503 (patch) | |
| tree | 17f75c442ddfa9ab159754705d967d2ef449ea8b /src/sp-object.h | |
| parent | Correct handling of version and set to 1.1 for default. Fixes bug #168180. (diff) | |
| download | inkscape-2597a73d85f8416072e2d95c4813662b2f0cd503.tar.gz inkscape-2597a73d85f8416072e2d95c4813662b2f0cd503.zip | |
Removed sodipodi:version
(bzr r8029)
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index 095494a6f..bbb8ecbd0 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -554,8 +554,6 @@ void sp_object_removeAttribute(SPObject *object, gchar const *key, SPException * gchar const *sp_object_get_style_property(SPObject const *object, gchar const *key, gchar const *def); -Inkscape::Version sp_object_get_sodipodi_version(SPObject *object); - int sp_object_compare_position(SPObject const *first, SPObject const *second); SPObject *sp_object_prev(SPObject *child); |
