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

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



The branch, master has been updated
  discards  227782e65dc83dbbb4d7dee901a0f255aff31456 (commit)
       via  be49c65ee38c824140e1c567c7fd6bb405e78bc0 (commit)
      from  227782e65dc83dbbb4d7dee901a0f255aff31456 (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/autoroute.c |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)


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

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

    autoroute.c: Remove a couple of completely unused debug routines

:100644 100644 3810abd... c17a8fe... M	src/autoroute.c

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

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

    autoroute.c: Remove a couple of completely unused debug routines

diff --git a/src/autoroute.c b/src/autoroute.c
index 3810abd..c17a8fe 100644
--- a/src/autoroute.c
+++ b/src/autoroute.c
@@ -1456,14 +1456,6 @@ bloat_routebox (routebox_t * rb)
 
 #ifdef ROUTE_DEBUG		/* only for debugging expansion areas */
 
-void
-fillbox (const BoxType * b)
-{
-  LayerTypePtr SLayer = LAYER_PTR (0);
-  gui->set_color (ar_gc, SLayer->Color);
-  gui->fill_rect (ar_gc, b->X1, b->Y1, b->X2, b->Y2);
-}
-
 /* makes a line on the solder layer silk surrounding the box */
 void
 showbox (BoxType b, Dimension thickness, int group)
@@ -3977,23 +3969,6 @@ show_sources (routebox_t * rb)
   END_LOOP;
 }
 
-int
-__show_tree (const BoxType * b, void *cl)
-{
-  int eo = (int) cl;
-  routebox_t *rb = (routebox_t *) b;
-  if (eo < 0 || eo == rb->flags.is_odd)
-    fillbox (b);
-  return 1;
-}
-
-static void
-show_tree (rtree_t * tree, int even_odd)
-{
-  r_search (tree, NULL, NULL, __show_tree, (void *) even_odd);
-  gui->use_mask (HID_FLUSH_DRAW_Q);
-}
-
 #endif
 
 static int




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