CGE: Removed unused NumStr() function.

It was used, until my previous commit. :-)
This commit is contained in:
eriktorbjorn 2011-07-02 20:28:11 +02:00
parent ada4556b9a
commit 5f64f3ff47
2 changed files with 0 additions and 9 deletions

View File

@ -69,14 +69,6 @@ Seq _seq2[] = { { 0, 1, 0, 0, 0 }, { 1, 0, 0, 0, 0 } };
extern "C" void SNDMIDIPlay(void);
char *NumStr(char *str, int num) {
char *p = strchr(str, '#');
if (p)
wtom(num, p, 10, 5);
return str;
}
/*
static void Video() {
static uint16 SP_S;

View File

@ -334,7 +334,6 @@ uint8 Closest(CBLK *pal, CBLK x) {
#undef f
}
char *NumStr(char *str, int num);
//static void Video (void);
uint16 *SaveScreen(void);
void RestoreScreen(uint16 * &sav);