From 69cc135fe7b8e286c4e6ba8b1a8b870c9eebe85d Mon Sep 17 00:00:00 2001 From: mattbk Date: Mon, 2 Nov 2015 15:38:07 -0600 Subject: [PATCH] Remove elementLocations from settings.json Not needed, target locations are in targets.csv now. --- settings.json.example | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/settings.json.example b/settings.json.example index 63ca3df..85fe47b 100644 --- a/settings.json.example +++ b/settings.json.example @@ -12,37 +12,5 @@ "renoted" ], "baseURL": "/", - "elementLocations": { - "notable": { - "topleft": { - "x": 724, - "y": 340 - }, - "bottomright": { - "x": 884, - "y": 456 - } - }, - "unnoted": { - "topleft": { - "x": 48, - "y": 180 - }, - "bottomright": { - "x": 900, - "y": 200 - } - }, - "renoted": { - "topleft": { - "x": 48, - "y": 180 - }, - "bottomright": { - "x": 900, - "y": 204 - } - } - }, "debug": false }