[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_text.c
User: pcjc2
Date: 07/03/26 15:16:58
Modified: . Tag: noscreen o_text.c
Log:
Removed unused variables left in o_text_draw_rectangle()
Revision Changes Path
No revision
No revision
1.25.2.7 +0 -2 eda/geda/gaf/gschem/src/o_text.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_text.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_text.c,v
retrieving revision 1.25.2.6
retrieving revision 1.25.2.7
diff -u -b -r1.25.2.6 -r1.25.2.7
--- o_text.c 24 Mar 2007 00:58:07 -0000 1.25.2.6
+++ o_text.c 26 Mar 2007 19:16:58 -0000 1.25.2.7
@@ -79,8 +79,6 @@
void o_text_draw_rectangle(TOPLEVEL *w_current, OBJECT *o_current)
{
int left=0, right=0, top=0, bottom=0;
- int screen_x1, screen_y1;
- int width, height, dx=0, dy=0;
GdkColor *color;
if (o_current->visibility == INVISIBLE && w_current->show_hidden_text &&
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs