Index: tools/bench_pictures_cfg_helper.py |
diff --git a/tools/bench_pictures_cfg_helper.py b/tools/bench_pictures_cfg_helper.py |
index 2670d775483a33d8a5ad7df04dc7ce28dda6aa8c..c010f3b3aa7512581f3457299bb08e626e003a49 100644 |
--- a/tools/bench_pictures_cfg_helper.py |
+++ b/tools/bench_pictures_cfg_helper.py |
@@ -105,8 +105,3 @@ def RecordGridConfig(tile_x, tile_y, **kwargs): |
def PlaybackCreationGridConfig(tile_x, tile_y, **kwargs): |
return GridConfig(tile_x, tile_y, mode='playbackCreation') |
- |
- |
-def TileGridConfig(tile_x, tile_y, **kwargs): |
- return GridConfig(tile_x, tile_y, |
- **dict(TileArgs(tile_x, tile_y).items() + kwargs.items())) |