diff options
author | hanemile <hanemile@protonmail.com> | 2018-11-02 23:08:40 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2018-11-02 23:08:40 +0100 |
commit | 13023f761c8233a562d2ff8e61bf485ef04f03d1 (patch) | |
tree | 1a94c99600d1cb6fb359db7a3804525360e9a86d | |
parent | 33881a29f68ec4f52ba45d383802c92f47a19d39 (diff) |
removed some unnecessary lines
-rw-r--r-- | draw/draw.go | 4 |
1 files changed, 0 insertions, 4 deletions
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) } |