Index: tests/PictureBBHTest.cpp |
diff --git a/tests/PictureBBHTest.cpp b/tests/PictureBBHTest.cpp |
index ac16dbbc71cc85e259f88ba4b05139d3b9b3e45b..e647c77dce81f4be1df77479d0964133296e5bff 100644 |
--- a/tests/PictureBBHTest.cpp |
+++ b/tests/PictureBBHTest.cpp |
@@ -31,14 +31,6 @@ public: |
// No BBH |
this->run(NULL, reporter); |
- // With a Tile Grid |
- SkTileGridFactory::TileGridInfo gridInfo; |
- gridInfo.fMargin.setEmpty(); |
- gridInfo.fOffset.setZero(); |
- gridInfo.fTileInterval.set(1, 1); |
- SkTileGridFactory gridFactory(gridInfo); |
- this->run(&gridFactory, reporter); |
- |
// With an R-Tree |
SkRTreeFactory RTreeFactory; |
this->run(&RTreeFactory, reporter); |