doom: Remove unused function M_DrawSelCell
This commit is contained in:
parent
952ed0699f
commit
85546c0353
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_DrawSelCell(menu_t *menu,int item);
|
||||
void M_WriteText(int x, int y, char *string);
|
||||
int M_StringWidth(char *string);
|
||||
int M_StringHeight(const char *string);
|
||||
|
|
@ -1211,16 +1210,6 @@ M_DrawThermo
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
M_DrawSelCell
|
||||
( menu_t* menu,
|
||||
int item )
|
||||
{
|
||||
V_DrawPatchDirect(menu->x - 10, menu->y + item * LINEHEIGHT - 1,
|
||||
W_CacheLumpName(DEH_String("M_CELL2"), PU_CACHE));
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
M_StartMessage
|
||||
( const char *string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue