[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_page.c
User: werner
Date: 07/02/24 05:46:25
Modified: . s_page.c s_toplevel.c
Log:
* include/struct.h, src/s_page.c, src/s_toplevel.c: Removed unused
fields in PAGE and TOPLEVEL as well as functions for old (GtkCList
based) page manager. (Patch written by Patrick Bernaud)
Revision Changes Path
1.27 +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.27
diff -u -b -r1.26 -r1.27
--- s_page.c 17 Dec 2006 04:14:07 -0000 1.26
+++ s_page.c 24 Feb 2007 10:46:25 -0000 1.27
@@ -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.18 +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.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- s_toplevel.c 11 Feb 2007 09:55:48 -0000 1.17
+++ s_toplevel.c 24 Feb 2007 10:46:25 -0000 1.18
@@ -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