LCL: removed unused flag csCreating

git-svn-id: trunk@23952 -
This commit is contained in:
mattias 2010-03-11 20:59:37 +00:00
parent b14c713a33
commit 6c43608618
2 changed files with 0 additions and 2 deletions

View File

@ -836,7 +836,6 @@ var
begin
inherited DoOnResize;
if ([csLoading,csDestroying]*ComponentState<>[])
or (csCreating in ControlState)
or (Bitmap=nil) or (Scroll=nil) then exit;
OldHeight:=Bitmap.Height+2;
OldWidth:=Bitmap.Width+Scroll.Width;

View File

@ -233,7 +233,6 @@ type
csAlignmentNeeded,
{$ENDIF}
csFocusing,
csCreating,
csPaintCopy,
csCustomPaint,
csDestroyingHandle,