remove scope and fix whitespace in RenderAtmPanel

This commit is contained in:
Marco Antonio J. Costa
2025-10-07 23:09:53 -03:00
committed by majcosta
parent 3d95c47356
commit 2eff78a2cf
+1 -3
View File
@@ -5688,8 +5688,6 @@ BOOLEAN RenderAtmPanel( void )
UINT32 uiBox = 0; UINT32 uiBox = 0;
HVOBJECT hHandle; HVOBJECT hHandle;
{
// just show basic panel // just show basic panel
// bounding // bounding
VObjectDesc.fCreateFlags=VOBJECT_CREATE_FROMFILE; VObjectDesc.fCreateFlags=VOBJECT_CREATE_FROMFILE;
@@ -5710,7 +5708,7 @@ BOOLEAN RenderAtmPanel( void )
// create destroy // create destroy
CreateDestroyStartATMButton( ); CreateDestroyStartATMButton( );
}
return( TRUE ); return( TRUE );
} }