Removed some unused functions (kindly pointed out by the great ncc tool)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@796 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-05-10 14:47:09 +00:00
parent fc1786a077
commit 402df48b7f
15 changed files with 14 additions and 199 deletions

View File

@@ -61,7 +61,6 @@ void Print_general(short x,short y,const char * str,byte text_color,byte backgro
void Print_in_window(short x,short y,const char * str,byte text_color,byte background_color);
void Print_in_window_limited(short x,short y,const char * str,byte size,byte text_color,byte background_color);
void Print_char_in_window(short x_pos,short y_pos,const unsigned char c,byte text_color,byte background_color);
void Print_transparent_char_in_window(short x_pos,short y_pos,const unsigned char c,byte color);
void Print_in_menu(const char * str, short position);
void Print_coordinates(void);
void Print_filename(void);