mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove unused function declarations
This commit is contained in:
@@ -66,13 +66,11 @@ std::vector<INT32> giAutoBandagesSoldierFaces (2*CODE_MAXIMUM_NUMBER_OF_PLAYER_S
|
||||
BOOLEAN fAutoEndBandageButtonCreated = FALSE;
|
||||
|
||||
void BeginAutoBandageCallBack( UINT8 bExitValue );
|
||||
void CancelAutoBandageCallBack( UINT8 bExitValue );
|
||||
|
||||
// the update box for autobandaging mercs
|
||||
void CreateTerminateAutoBandageButton( INT16 sX, INT16 sY );
|
||||
void DestroyTerminateAutoBandageButton( void );
|
||||
void DisplayAutoBandageUpdatePanel( void );
|
||||
void EndAutobandageButtonCallback(GUI_BUTTON *btn,INT32 reason);
|
||||
void SetUpAutoBandageUpdatePanel( void );
|
||||
BOOLEAN AddFacesToAutoBandageBox( void );
|
||||
BOOLEAN RenderSoldierSmallFaceForAutoBandagePanel( INT32 iIndex, INT16 sCurrentXPosition, INT16 sCurrentYPosition );
|
||||
|
||||
Reference in New Issue
Block a user