summaryrefslogtreecommitdiff
path: root/Util.cs
diff options
context:
space:
mode:
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;