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

gEDA-cvs: pcb.git: branch: master updated (79448ffea7b8b5a5dbaa31a98d19dd4b4603d501)



The branch, master has been updated
       via  79448ffea7b8b5a5dbaa31a98d19dd4b4603d501 (commit)
      from  b722d1d3ef7519d74a4a73272de7d30fbaf14462 (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 |   10 ----------
 src/data.h |    2 --
 2 files changed, 0 insertions(+), 12 deletions(-)


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

commit 79448ffea7b8b5a5dbaa31a98d19dd4b4603d501
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Remove unused global variable Zoom_Multiplier
    
    Along with a following commented series of numbers which git log
    suggests was originally related to pre-defined zoom ratios.

:100644 100644 3cf6231... ebd9b29... M	src/data.c
:100644 100644 22eea0c... bf8e421... M	src/data.h

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

commit 79448ffea7b8b5a5dbaa31a98d19dd4b4603d501
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Remove unused global variable Zoom_Multiplier
    
    Along with a following commented series of numbers which git log
    suggests was originally related to pre-defined zoom ratios.

diff --git a/src/data.c b/src/data.c
index 3cf6231..ebd9b29 100644
--- a/src/data.c
+++ b/src/data.c
@@ -58,13 +58,3 @@ LibraryType Library;		/* the library */
 bool Bumped;			/* if the undo serial number has changed */
 
 int addedLines;
-
-double Zoom_Multiplier = 0.01;
-
-/*  { 1.5625, 2.2097, 3.125, 4.4194, 6.25, 8.8388,
-      12.5, 17.6777, 25, 35.3553, 50, 70.7106, 100,
-      141.421, 200, 282.848, 400, 565.685, 800, 1131.37,
-      1600, 2262.74, 3200, 4525.48, 6400 };
-*/
-
-
diff --git a/src/data.h b/src/data.h
index 22eea0c..bf8e421 100644
--- a/src/data.h
+++ b/src/data.h
@@ -59,8 +59,6 @@ extern LibraryType Library;
 
 /*extern	DeviceInfoType	PrintingDevice[];*/
 
-extern double Zoom_Multiplier;
-
 extern char *Progname;
 extern char *InputTranslations;
 




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