changeset 883:1edb93456bcc

Remove unused function declaration.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Feb 2015 22:31:15 +0200
parents 6c024a8f252e
children 18cd96a27dee
files src/dmtext.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmtext.h	Wed Feb 04 22:29:37 2015 +0200
+++ b/src/dmtext.h	Wed Feb 04 22:31:15 2015 +0200
@@ -50,9 +50,9 @@
 DMBitmapFont *dmNewBitmapFont(int nglyphs, int width, int height);
 int dmFreeBitmapFont(DMBitmapFont *font);
 int dmLoadBitmapFont(DMResource *res, DMBitmapFont **pfont);
-int dmSaveBitmapFont(DMResource *res, DMBitmapFont *font);
 int dmSetBitmapFontPalette(DMBitmapFont *font, SDL_Color *pal, int start, int size);
 
+
 void dmDrawBMTextConst(SDL_Surface *screen, DMBitmapFont *font, BOOL condensed, int mode, int xc, int yc, const char *str);
 void dmDrawBMTextVA(SDL_Surface *screen, DMBitmapFont *font, BOOL condensed, int mode, int xc, int yc, const char *fmt, va_list ap);
 void dmDrawBMText(SDL_Surface *screen, DMBitmapFont *font, BOOL condensed, int mode, int xc, int yc, const char *fmt, ...);