[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-20-g6f30672)
The branch, master has been updated
via 6f30672e88af11776aa1a1fed74d00fab7c492f7 (commit)
from a04342c3f3a2c95db6dc43eeff92cc7840c002c5 (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
=========
gschem/src/o_grips.c | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
=================
Commit Messages
=================
commit 6f30672e88af11776aa1a1fed74d00fab7c492f7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
gschem: Remove some commented out code from o_grips.c
:100644 100644 b55698c... fb26c7c... M gschem/src/o_grips.c
=========
Changes
=========
commit 6f30672e88af11776aa1a1fed74d00fab7c492f7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
gschem: Remove some commented out code from o_grips.c
diff --git a/gschem/src/o_grips.c b/gschem/src/o_grips.c
index b55698c..fb26c7c 100644
--- a/gschem/src/o_grips.c
+++ b/gschem/src/o_grips.c
@@ -1105,10 +1105,6 @@ static void o_grips_end_box(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
static void o_grips_end_path(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
int whichone)
{
- /* erase the temporary path */
- /* if (w_current->rubber_visible) */
- /* o_path_invalidate_rubber (w_current); */
-
o_path_modify (w_current->toplevel, o_current,
w_current->second_wx, w_current->second_wy, whichone);
}
@@ -1126,9 +1122,6 @@ static void o_grips_end_picture(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
{
TOPLEVEL *toplevel = w_current->toplevel;
- /* erase the temporary picture */
- /* o_picture_invalidate_rubber (w_current); */
-
/* don't allow zero width/height picturees
* this ends the picture drawing behavior
* we want this? hack */
@@ -1166,9 +1159,6 @@ static void o_grips_end_circle(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
{
TOPLEVEL *toplevel = w_current->toplevel;
- /* erase the temporary circle */
- /* o_circle_invalidate_rubber (w_current); */
-
/* don't allow zero radius circles
* this ends the circle drawing behavior
* we want this? hack */
@@ -1203,9 +1193,6 @@ static void o_grips_end_line(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
{
TOPLEVEL *toplevel = w_current->toplevel;
- /* erase the temporary line */
- /* o_line_invalidate_rubber (w_current); */
-
/* don't allow zero length nets / lines / pins
* this ends the net drawing behavior
* we want this? hack */
@@ -1244,9 +1231,6 @@ static void o_grips_end_net(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
TOPLEVEL *toplevel = w_current->toplevel;
GList *connected_objects;
- /* erase the temporary line */
- /* o_line_invalidate_rubber (w_current); */
-
/* don't allow zero length net
* this ends the net drawing behavior
* we want this? hack */
@@ -1288,9 +1272,6 @@ static void o_grips_end_pin(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
{
TOPLEVEL *toplevel = w_current->toplevel;
- /* erase the temporary line */
- /* o_line_invalidate_rubber (w_current); */
-
/* don't allow zero length pin
* this ends the pin changing behavior
* we want this? hack */
@@ -1327,9 +1308,6 @@ static void o_grips_end_bus(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current,
{
TOPLEVEL *toplevel = w_current->toplevel;
- /* erase the temporary line */
- /* o_line_invalidate_rubber (w_current); */
-
/* don't allow zero length bus
* this ends the bus changing behavior
* we want this? hack */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs