From 33017193d2ca0b7b18e65526f93feb2fe3bfec46 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 21 May 2005 01:28:48 +0000 Subject: Changed so that editing allows alpha to be used. Font import still not working correctly. --- Util.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Util.cs') 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; -- cgit v1.2.3