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

gEDA-cvs: CVS update: prototype.h



  User: werner  
  Date: 07/02/24 05:46:25

  Modified:    .        prototype.h struct.h
  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.120     +0 -1      eda/geda/gaf/libgeda/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -b -r1.119 -r1.120
  --- prototype.h	10 Feb 2007 21:25:33 -0000	1.119
  +++ prototype.h	24 Feb 2007 10:46:24 -0000	1.120
  @@ -586,7 +586,6 @@
   void s_page_goto (TOPLEVEL *toplevel, PAGE *p_new);
   PAGE *s_page_search (TOPLEVEL *toplevel, const gchar *filename);
   PAGE* s_page_search_pid(TOPLEVEL * toplevel, gint page_id);
  -gint s_page_search_row(TOPLEVEL *toplevel, PAGE *p_findme);
   void s_page_print_all (TOPLEVEL *toplevel);
   gint s_page_save_all (TOPLEVEL *toplevel);
   gboolean s_page_check_changed (PAGE *head);
  
  
  
  1.100     +0 -4      eda/geda/gaf/libgeda/include/struct.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: struct.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -b -r1.99 -r1.100
  --- struct.h	10 Feb 2007 19:43:36 -0000	1.99
  +++ struct.h	24 Feb 2007 10:46:24 -0000	1.100
  @@ -356,8 +356,6 @@
     /*int zoom_factor; no longer used*/
     int left, right, top, bottom;		/* World coord limits */
     double coord_aspectratio;		/* Real worldcoords ratio (?) */
  -  int clist_row;				/* used in page manager */
  -  /* which row is the page in */
   
     float to_screen_x_constant;
     float to_screen_y_constant;
  @@ -567,8 +565,6 @@
     GtkWidget *ifilename_entry; 
   
     GtkWidget *pswindow;			/* page select */
  -  GtkWidget *page_clist;
  -  int clist_sig;			/* used only in page manager */
   
     /* misc dialogs */
     GtkWidget *tiwindow;			/* text input */
  
  
  


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