diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-05 00:53:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-05 00:53:12 +0000 |
| commit | 995c8028b521eb7d17334e6f6d34bbb54949a48b (patch) | |
| tree | 6d2e811cfbfe459d31edfd9234bdda8bab57788b /src/display/drawing-item.cpp | |
| parent | update to trunk (diff) | |
| parent | C++ (diff) | |
| download | inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.tar.gz inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.zip | |
update to trunk
(bzr r12588.1.11)
Diffstat (limited to 'src/display/drawing-item.cpp')
| -rw-r--r-- | src/display/drawing-item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp index 71a7f8906..69adcb441 100644 --- a/src/display/drawing-item.cpp +++ b/src/display/drawing-item.cpp @@ -746,7 +746,6 @@ DrawingItem::pick(Geom::Point const &p, double delta, unsigned flags) Geom::OptIntRect box = (outline || (flags & PICK_AS_CLIP)) ? _bbox : _drawbox; if (!box) { - g_warning("bbox unset when picking"); return NULL; } |
