warning removal.
This commit is contained in:
parent
46e7680ea1
commit
b151298459
21 changed files with 77 additions and 153 deletions
|
@ -3874,7 +3874,9 @@ void AddShape(DISPLAYBLOCK *dptr, VIEWDESCRIPTORBLOCK *VDB_Ptr)
|
|||
if(dptr->ObMorphCtrl)
|
||||
{
|
||||
LOCALASSERT(dptr->ObMorphCtrl->ObMorphHeader);
|
||||
if(dptr->ObMorphCtrl->ObMorphHeader)
|
||||
|
||||
/* SBF - commented out */
|
||||
/* if(dptr->ObMorphCtrl->ObMorphHeader) */
|
||||
{
|
||||
GetMorphDisplay(&MorphDisplay, dptr);
|
||||
dptr->ObShape = MorphDisplay.md_shape1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue