diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-10-04 03:32:27 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-10-04 03:32:27 +0000 |
| commit | b50ef0ab822a44a8e6d430305fccc2fc723ca3f5 (patch) | |
| tree | 412a35b80b3487783878ab9a12513688df0f6ad4 /src | |
| parent | if this->pixbuf check must come earlier to prevent crash (diff) | |
| download | inkscape-b50ef0ab822a44a8e6d430305fccc2fc723ca3f5.tar.gz inkscape-b50ef0ab822a44a8e6d430305fccc2fc723ca3f5.zip | |
Remove unnecessary warning
(bzr r12654)
Diffstat (limited to 'src')
| -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; } |
