aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bench_pictures_cfg_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bench_pictures_cfg_helper.py')
-rw-r--r--tools/bench_pictures_cfg_helper.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/bench_pictures_cfg_helper.py b/tools/bench_pictures_cfg_helper.py
index 2670d77548..c010f3b3aa 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()))