Commit eeea88e3 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wineps.drv: Remove unused functions.

parent b9b2fef0
...@@ -99,21 +99,10 @@ inline static void fcpto(FILE *f, int newpos, int curpos) ...@@ -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" * Make main() look "purty"
*/ */
inline static void double_space(FILE *f)
{
fputc('\n', f);
}
inline static void triple_space(FILE *f) inline static void triple_space(FILE *f)
{ {
fputc('\n', f); fputc('\n', f); fputc('\n', f); fputc('\n', f);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment