diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-12-16 06:48:47 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-12-16 06:48:47 +0000 |
| commit | 300408de68e3868eca604f06195ba0f79c425a73 (patch) | |
| tree | 105657cc82f9aee752e824b347eb6c31de9649e0 /src/sp-rect.cpp | |
| parent | Warning cleanup (diff) | |
| download | inkscape-300408de68e3868eca604f06195ba0f79c425a73.tar.gz inkscape-300408de68e3868eca604f06195ba0f79c425a73.zip | |
remove debug
(bzr r4235)
Diffstat (limited to 'src/sp-rect.cpp')
| -rw-r--r-- | src/sp-rect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp index e5f1da05d..d9caebd5a 100644 --- a/src/sp-rect.cpp +++ b/src/sp-rect.cpp @@ -349,7 +349,6 @@ sp_rect_set_ry(SPRect *rect, gboolean set, gdouble value) static NR::Matrix sp_rect_set_transform(SPItem *item, NR::Matrix const &xform) { - g_print ("sp_rect_set_transform\n"); SPRect *rect = SP_RECT(item); /* Calculate rect start in parent coords. */ |
