summaryrefslogtreecommitdiff
path: root/Util.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-05-21 01:28:48 +0000
committerIan C <ianc@noddybox.co.uk>2005-05-21 01:28:48 +0000
commit33017193d2ca0b7b18e65526f93feb2fe3bfec46 (patch)
tree0926c37d149e9643e92b0e775c436e10d48b3f72 /Util.cs
parentcac0e5a6f3baeaa2e891677c79bba00ff3c44e1a (diff)
Changed so that editing allows alpha to be used. Font import still not working correctly.
Diffstat (limited to 'Util.cs')
-rw-r--r--Util.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Util.cs b/Util.cs
index bd9b414..314cc3d 100644
--- a/Util.cs
+++ b/Util.cs
@@ -53,11 +53,6 @@ namespace BitmapFontEd
MessageBoxButtons.OK,MessageBoxIcon.Information);
}
- public static bool IsBlack(Color c)
- {
- return c.R==0 && c.G==0 && c.B==0;
- }
-
public static uint ReadUint(Stream str)
{
uint l=0;