diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2011-08-29 18:33:41 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2011-08-29 18:33:41 +0000 |
| commit | f5e85edb29a2e69721ddd2121b649a2402bed994 (patch) | |
| tree | e7b90fd6ede0660b7898c1d892a68fef9e77cf8d /src/xml | |
| parent | Added comments. (diff) | |
| download | inkscape-f5e85edb29a2e69721ddd2121b649a2402bed994.tar.gz inkscape-f5e85edb29a2e69721ddd2121b649a2402bed994.zip | |
Remove forgotten call to print routine.
(bzr r10597)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/repr-css.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp index 5c8c6bf4b..46a16715c 100644 --- a/src/xml/repr-css.cpp +++ b/src/xml/repr-css.cpp @@ -280,7 +280,6 @@ sp_repr_css_merge(SPCSSAttr *dst, SPCSSAttr *src) g_assert(src != NULL); dst->mergeFrom(src, ""); - sp_repr_css_print( dst ); } /** |
