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

gEDA-cvs: pcb.git: branch: master updated (8f43b3b2b7a207edf02d27140f5145930b19559e)



The branch, master has been updated
       via  8f43b3b2b7a207edf02d27140f5145930b19559e (commit)
      from  d62eb769b4bb6f185460a35c89595184727402fa (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/data.c |    5 -----
 src/data.h |    2 --
 2 files changed, 0 insertions(+), 7 deletions(-)


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

commit 8f43b3b2b7a207edf02d27140f5145930b19559e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    data.c: Remove unused globals theScreen, clipBox, vxl, vxh, vyl, vyh

:100644 100644 73e53f2... 7a8f575... M	src/data.c
:100644 100644 8dc674a... 6e70fd3... M	src/data.h

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

commit 8f43b3b2b7a207edf02d27140f5145930b19559e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    data.c: Remove unused globals theScreen, clipBox, vxl, vxh, vyl, vyh

diff --git a/src/data.c b/src/data.c
index 73e53f2..7a8f575 100644
--- a/src/data.c
+++ b/src/data.c
@@ -61,11 +61,6 @@ LocationType Xorig, Yorig;	/* origin offset for drawing in pixmap */
 
 int addedLines;
 
-LocationType vxl, vxh, vyl, vyh;	/* visible pcb coordinates */
-
-BoxType theScreen;		/* box of screen in pcb coordinates */
-BoxType clipBox;		/* box for clipping of drawing */
-
 double Zoom_Multiplier = 0.01;
 
 /*  { 1.5625, 2.2097, 3.125, 4.4194, 6.25, 8.8388,
diff --git a/src/data.h b/src/data.h
index 8dc674a..6e70fd3 100644
--- a/src/data.h
+++ b/src/data.h
@@ -61,8 +61,6 @@ extern LibraryType Library;
 
 extern LocationType Xorig, Yorig;
 
-extern BoxType theScreen, clipBox;
-
 extern double Zoom_Multiplier;
 
 extern char *Progname;




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