X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..ae43c1a7ec8eaa7844c69d2bf648b777704cc51c:/ITTextField.h diff --git a/ITTextField.h b/ITTextField.h index ea3e8f3..d796245 100755 --- a/ITTextField.h +++ b/ITTextField.h @@ -3,8 +3,8 @@ * ITTextField * Allows shadows to be drawn under text. * - * Original Author : Matt Judy - * Responsibility : Matt Judy + * Original Author : Matthew Judy + * Responsibility : Matthew Judy * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. @@ -18,15 +18,6 @@ @interface ITTextField : NSTextField { - BOOL castsShadow; - - float shadowElevation; - float shadowAzimuth; - float shadowAmbient; - float shadowHeight; - float shadowRadius; - float shadowSaturation; - } - (BOOL)castsShadow;