Andrew Talbot : wineps.drv: Remove unused functions.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 6 08:03:28 CST 2007


Module: wine
Branch: master
Commit: eeea88e305aefabb0bbf15a939b17d8404f15436
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=eeea88e305aefabb0bbf15a939b17d8404f15436

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Feb  5 21:23:34 2007 +0000

wineps.drv: Remove unused functions.

---

 dlls/wineps.drv/mkagl.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/dlls/wineps.drv/mkagl.c b/dlls/wineps.drv/mkagl.c
index 30fbcf2..6c6e508 100644
--- a/dlls/wineps.drv/mkagl.c
+++ b/dlls/wineps.drv/mkagl.c
@@ -99,21 +99,10 @@ inline static void fcpto(FILE *f, int ne
     }
 }
 
-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-cvs mailing list