From 13023f761c8233a562d2ff8e61bf485ef04f03d1 Mon Sep 17 00:00:00 2001
From: hanemile <hanemile@protonmail.com>
Date: Fri, 2 Nov 2018 23:08:40 +0100
Subject: removed some unnecessary lines

---
 draw/draw.go | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'draw')

diff --git a/draw/draw.go b/draw/draw.go
index fbf8d9f..c5d1474 100644
--- a/draw/draw.go
+++ b/draw/draw.go
@@ -109,10 +109,6 @@ func Slice(slice []structs.Star2D, path string) {
 	// draw all the stars in the given slice
 	drawStars(dc, slice)
 
-	dc.SetRGB(1, 1, 1)
-
-	dc.Fill()
-
 	// save the plot to the given path
 	saveImage(dc, path)
 }
-- 
cgit 1.4.1