removed unused functions
[rocksndiamonds.git] / src / libgame / text.c
index e198c81033421dfd6dadf55b95083a8b7ce7c42f..280aae8af8ee8f5b6948423d4416de415833a6ec 100644 (file)
@@ -223,12 +223,6 @@ void DrawTextSAligned(int x, int y, char *text, int font_nr, int align)
           gfx.sy + y, text, font_nr);
 }
 
-void DrawTextAligned(int x, int y, char *text, int font_nr, int align)
-{
-  DrawText(ALIGNED_XPOS(x, getTextWidth(text, font_nr), align),
-          y, text, font_nr);
-}
-
 void DrawText(int x, int y, char *text, int font_nr)
 {
   int mask_mode = BLIT_OPAQUE;