diff options
author | Camil Staps | 2015-08-21 15:23:45 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-21 15:23:45 +0200 |
commit | 268fe4832f429fa9e687112d68de84db401c16eb (patch) | |
tree | 5ffdb1257e3858e70254dd5b61d80ef7dbb0bfd9 | |
parent | Clean String generation security and fix (diff) |
Removing redundant import
-rw-r--r-- | ospicture.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospicture.icl b/ospicture.icl index f2ceb2a..bb44ec5 100644 --- a/ospicture.icl +++ b/ospicture.icl @@ -233,7 +233,6 @@ where reqRGB = toRGBtriple colour
curRGB = toRGBtriple pictPen.penForeColour
-from StdMisc import abort
setpictbackcolour :: !Colour !*Picture -> *Picture
setpictbackcolour colour picture=:{pictToolbox,pictPen,pictContext}
# (context,tb) = winSetBackColor (toRGBtriple colour) (pictContext,pictToolbox)
|