From 49803e7a6ad15267840a50ed9fcb63c877d82b4c Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 9 Jul 2018 17:33:48 +0200 Subject: [PATCH] Fix Remnants of EdgeRendering toggle compile Error --- lib/src/Grid.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/Grid.dart b/lib/src/Grid.dart index 7c4bcad..528e170 100644 --- a/lib/src/Grid.dart +++ b/lib/src/Grid.dart @@ -208,8 +208,6 @@ class Grid { _dirty = false; } - void switchEdgeRendering([bool on]) { - _renderEdges = on ?? !_renderEdges; void set renderEdges(bool on) { _renderEdges = on; _dirty = true;