X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..5cf6107f7fb51538c33d2839a2485493a7446c43:/ITTextField.h diff --git a/ITTextField.h b/ITTextField.h index ea3e8f3..0a100ae 100755 --- a/ITTextField.h +++ b/ITTextField.h @@ -18,15 +18,6 @@ @interface ITTextField : NSTextField { - BOOL castsShadow; - - float shadowElevation; - float shadowAzimuth; - float shadowAmbient; - float shadowHeight; - float shadowRadius; - float shadowSaturation; - } - (BOOL)castsShadow;