Fixed a possible crasher where an ITMultilineTextFieldCell is treated as
[ITKit.git] / ITTextField.h
index ea3e8f3..d796245 100755 (executable)
@@ -3,8 +3,8 @@
  *  ITTextField
  *    Allows shadows to be drawn under text.
  *
- *  Original Author : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *  Original Author : Matthew Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
  *  Copyright (c) 2002 - 2003 iThink Software.
 
 @interface ITTextField : NSTextField {
 
-    BOOL  castsShadow;
-    
-    float shadowElevation;
-    float shadowAzimuth;
-    float shadowAmbient;
-    float shadowHeight;
-    float shadowRadius;
-    float shadowSaturation;
-
 }
 
 - (BOOL)castsShadow;