wineps.drv: Remove unused functions

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Feb 5 15:23:34 CST 2007


Changelog:
    wineps.drv: Remove unused functions.

diff -urN a/dlls/wineps.drv/mkagl.c b/dlls/wineps.drv/mkagl.c
--- a/dlls/wineps.drv/mkagl.c	2006-05-23 17:05:53.000000000 +0100
+++ b/dlls/wineps.drv/mkagl.c	2007-02-05 21:09:58.000000000 +0000
@@ -99,21 +99,10 @@
     }
 }
 
-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);



More information about the wine-patches mailing list