shithub: choc

Download patch

ref: 952ed0699fc553f4bb53eb7aeeae5f19c4a79c9c
parent: 22de9c27b21f6971ecede35b57aba96a8ef4d712
author: Turo Lamminen <turotl@gmail.com>
date: Tue Apr 24 15:21:05 EDT 2018

doom: Remove unused function M_DrawEmptyCell

--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -214,7 +214,6 @@
 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);
@@ -1211,16 +1210,6 @@
 		      W_CacheLumpName(DEH_String("M_THERMO"), PU_CACHE));
 }
 
-
-
-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