remove comments

This commit is contained in:
Marco Antonio J. Costa
2025-10-07 23:09:53 -03:00
committed by majcosta
parent d6166000c9
commit 0ebcf0fa06
-16
View File
@@ -5720,22 +5720,6 @@ void CreateDestroyStartATMButton( void )
if( ( fCreated == FALSE ) && showPersonnelButtons )
{
// not created, must create
/*
// the ATM start button
giPersonnelATMStartButtonImage[ 0 ]= LoadButtonImage( "LAPTOP\\AtmButtons.sti" ,-1,2,-1,3,-1 );
giPersonnelATMStartButton[ 0 ] = QuickCreateButton( giPersonnelATMStartButtonImage[ 0 ] , 519,87,
BUTTON_TOGGLE, MSYS_PRIORITY_HIGHEST - 1,
BtnGenericMouseMoveButtonCallback, (GUI_CALLBACK)ATMStartButtonCallback );
// set text and what not
SpecifyButtonText( giPersonnelATMStartButton[ 0 ] ,gsAtmStartButtonText[ 0 ] );
SpecifyButtonUpTextColors( giPersonnelATMStartButton[ 0 ], FONT_BLACK, FONT_BLACK );
SpecifyButtonFont( giPersonnelATMStartButton[ 0 ], PERS_FONT );
SetButtonCursor(giPersonnelATMStartButton[ 0 ], CURSOR_LAPTOP_SCREEN);
*/
INT16 x = iScreenWidthOffset + 519;
INT16 y = iScreenHeightOffset + 74;