doom: Remove unused function M_DrawEmptyCell
This commit is contained in:
parent
22de9c27b2
commit
952ed0699f
1 changed files with 0 additions and 11 deletions
|
|
@ -214,7 +214,6 @@ void M_DrawSave(void);
|
|||
void M_DrawSaveLoadBorder(int x,int y);
|
||||
void M_SetupNextMenu(menu_t *menudef);
|
||||
void M_DrawThermo(int x,int y,int thermWidth,int thermDot);
|
||||
void M_DrawEmptyCell(menu_t *menu,int item);
|
||||
void M_DrawSelCell(menu_t *menu,int item);
|
||||
void M_WriteText(int x, int y, char *string);
|
||||
int M_StringWidth(char *string);
|
||||
|
|
@ -1212,16 +1211,6 @@ M_DrawThermo
|
|||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
M_DrawEmptyCell
|
||||
( menu_t* menu,
|
||||
int item )
|
||||
{
|
||||
V_DrawPatchDirect(menu->x - 10, menu->y + item * LINEHEIGHT - 1,
|
||||
W_CacheLumpName(DEH_String("M_CELL1"), PU_CACHE));
|
||||
}
|
||||
|
||||
void
|
||||
M_DrawSelCell
|
||||
( menu_t* menu,
|
||||
|
|
|
|||
Loading…
Reference in a new issue