wineps.drv: Remove unused functions.
This commit is contained in:
parent
b9b2fef0a1
commit
eeea88e305
|
@ -99,21 +99,10 @@ inline static void fcpto(FILE *f, int newpos, int curpos)
|
|||
}
|
||||
}
|
||||
|
||||
inline static void cpto(int newpos, int curpos)
|
||||
{
|
||||
fcpto(stdout, newpos, curpos);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Make main() look "purty"
|
||||
*/
|
||||
|
||||
inline static void double_space(FILE *f)
|
||||
{
|
||||
fputc('\n', f);
|
||||
}
|
||||
|
||||
inline static void triple_space(FILE *f)
|
||||
{
|
||||
fputc('\n', f); fputc('\n', f);
|
||||
|
|
Loading…
Reference in New Issue