summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-12-11 00:32:34 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-12-11 00:32:34 +0000
commit2ceb091e1e3956cf1386507571d23de569917b01 (patch)
tree15609101e2c322aae72a147e8abdbb152343315a /src/sp-item.cpp
parentFix for bug #837066: Bucket Tool regressions with Cairo renderer. (diff)
downloadinkscape-2ceb091e1e3956cf1386507571d23de569917b01.tar.gz
inkscape-2ceb091e1e3956cf1386507571d23de569917b01.zip
Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive is present
(bzr r11950)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 3ca7d5d16..363aa8c17 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -1514,8 +1514,6 @@ Geom::Affine SPItem::i2dt_affine() const
ret = i2doc_affine()
* Geom::Scale(1, -1)
* Geom::Translate(0, document->getHeight());
-
- g_return_val_if_fail(desktop != NULL, ret);
}
return ret;
}