[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_page.c
User: pcjc2
Date: 07/02/24 12:14:39
Modified: . Tag: noscreen s_page.c s_toplevel.c
Log:
Sync with trunk
Revision Changes Path
No revision
No revision
1.26.2.1 +0 -20 eda/geda/gaf/libgeda/src/s_page.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_page.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/s_page.c,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -b -r1.26 -r1.26.2.1
--- s_page.c 17 Dec 2006 04:14:07 -0000 1.26
+++ s_page.c 24 Feb 2007 17:14:38 -0000 1.26.2.1
@@ -399,26 +399,6 @@
return NULL;
}
-/*! \todo Finish function documentation!!!
- * \brief
- * \par Function Description
- *
- */
-gint s_page_search_row(TOPLEVEL *toplevel, PAGE *p_findme)
-{
- PAGE *p_current;
-
- for (p_current = toplevel->page_head;
- p_current != NULL;
- p_current = p_current->next) {
- if (p_current->clist_row == p_findme->clist_row) {
- return p_current->clist_row;
- }
- }
-
- return 0; /* can't find page... well just select row 0 */
-}
-
/*! \brief Print full TOPLEVEL structure.
* \par Function Description
* This function prints the internal structure of <B>toplevel</B>'s
1.15.2.2 +0 -2 eda/geda/gaf/libgeda/src/s_toplevel.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_toplevel.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/s_toplevel.c,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -b -r1.15.2.1 -r1.15.2.2
--- s_toplevel.c 11 Feb 2007 23:59:04 -0000 1.15.2.1
+++ s_toplevel.c 24 Feb 2007 17:14:38 -0000 1.15.2.2
@@ -219,8 +219,6 @@
toplevel->ifilename_entry = NULL;
toplevel->pswindow = NULL;
- toplevel->page_clist = NULL;
- toplevel->clist_sig = 0;
toplevel->tiwindow = NULL;
toplevel->tewindow = NULL;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs