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

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



The branch, master has been updated
       via  b722d1d3ef7519d74a4a73272de7d30fbaf14462 (commit)
      from  d5d41afc5a3b080a801577fc19434434c13d012b (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/macro.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


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

commit b722d1d3ef7519d74a4a73272de7d30fbaf14462
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    macro.h: Remove unused (obsolete) conversion macro TO_PCB

:100644 100644 625d639... 1fb6584... M	src/macro.h

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

commit b722d1d3ef7519d74a4a73272de7d30fbaf14462
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    macro.h: Remove unused (obsolete) conversion macro TO_PCB

diff --git a/src/macro.h b/src/macro.h
index 625d639..1fb6584 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -50,10 +50,6 @@
 #define	TO_SCREEN_SIGN_X(x)	(SWAP_IDENT ? SWAP_SIGN_X(x) : (x))
 #define	TO_SCREEN_SIGN_Y(y)	(SWAP_IDENT ? SWAP_SIGN_Y(y) : (y))
 
-#ifndef	TO_PCB
-#define	TO_PCB(x)		((LocationType)((x)/Zoom_Multiplier))
-#endif
-
 /* ---------------------------------------------------------------------------
  * misc macros, some might already be defined by <limits.h>
  */




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