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

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



The branch, master has been updated
       via  a5afa86175f36898e3916fb9754184ccee71c7fb (commit)
      from  ca5fe01ec42fbbe5407bc0348fe2fd618caecd4c (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/crosshair.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


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

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

    Don't issue CrosshairOff() from the DestroyCrosshair() function.
    
    We shouldn't assume we can make call GUI calls at this point.
    
    NB: The DestroyCrosshair() function is actually unused!

:100644 100644 a7942b6... 7df5299... M	src/crosshair.c

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

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

    Don't issue CrosshairOff() from the DestroyCrosshair() function.
    
    We shouldn't assume we can make call GUI calls at this point.
    
    NB: The DestroyCrosshair() function is actually unused!

diff --git a/src/crosshair.c b/src/crosshair.c
index a7942b6..7df5299 100644
--- a/src/crosshair.c
+++ b/src/crosshair.c
@@ -1144,7 +1144,6 @@ InitCrosshair (void)
 void
 DestroyCrosshair (void)
 {
-  CrosshairOff ();
   FreePolygonMemory (&Crosshair.AttachedPolygon);
   gui->destroy_gc (Crosshair.GC);
 }




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