[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (6b0b7b235c7b9937cdc22126ca9ed7a1194a4d05)



The branch, master has been updated
       via  6b0b7b235c7b9937cdc22126ca9ed7a1194a4d05 (commit)
      from  2fc46c54ae1a149586f21f7a244f151f678cce61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/ps/eps.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


=================
 Commit Messages
=================

commit 6b0b7b235c7b9937cdc22126ca9ed7a1194a4d05
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/ps/eps.c: Remove assigned by unused lastgroup variable

:100644 100644 d280594... 560f897... M	src/hid/ps/eps.c

=========
 Changes
=========

commit 6b0b7b235c7b9937cdc22126ca9ed7a1194a4d05
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/ps/eps.c: Remove assigned by unused lastgroup variable

diff --git a/src/hid/ps/eps.c b/src/hid/ps/eps.c
index d280594..560f897 100644
--- a/src/hid/ps/eps.c
+++ b/src/hid/ps/eps.c
@@ -66,7 +66,6 @@ static HID eps_hid;
 
 static FILE *f = 0;
 static Coord linewidth = -1;
-static int lastgroup = -1;
 static int lastcap = -1;
 static int lastcolor = -1;
 static int print_group[MAX_LAYER];
@@ -268,7 +267,6 @@ eps_hid_export_to_file (FILE * the_file, HID_Attr_Val * options)
   fprintf (f, "%%!PS-Adobe-3.0 EPSF-3.0\n");
   linewidth = -1;
   lastcap = -1;
-  lastgroup = -1;
   lastcolor = -1;
 
   in_mono = options[HA_mono].int_value;
@@ -311,7 +309,6 @@ eps_hid_export_to_file (FILE * the_file, HID_Attr_Val * options)
   fprintf (f,
 	   "/a { gsave setlinewidth translate scale 0 0 1 5 3 roll arc stroke grestore} bind def\n");
 
-  lastgroup = -1;
   hid_expose_callback (&eps_hid, bounds, 0);
 
   fprintf (f, "showpage\n");




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs