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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 07/04/22 13:59:50

  Modified:    .        prototype.h
  Log:
  Remove "help-manual" Guile callback.
  
  
  
  Apply patch by Peter Brett.
  
  
  
  The role of the "help-manual" Guile function exported by
  
  gschem has been superceded by the new "gschem-browse-wiki"
  
  function.  This patch removes "help-manual" from the C
  
  source code entirely; "help-manual" is now a Scheme function
  
  defined in "system-gschemrc".
  
  
  
  
  Revision  Changes    Path
  1.169     +1 -2      eda/geda/gaf/gschem/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/gschem/include/prototype.h,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -b -r1.168 -r1.169
  --- prototype.h	21 Apr 2007 09:24:02 -0000	1.168
  +++ prototype.h	22 Apr 2007 17:59:50 -0000	1.169
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.168 2007/04/21 09:24:02 cnieves Exp $ */
  +/* $Id: prototype.h,v 1.169 2007/04/22 17:59:50 cnieves Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -177,7 +177,6 @@
   SCM g_keys_misc2(void);
   SCM g_keys_misc3(void);
   SCM g_keys_help_about(void);
  -SCM g_keys_help_manual(void);
   SCM g_keys_help_hotkeys(void);
   SCM g_keys_cancel(void);
   SCM g_get_selected_filename(void);
  
  
  


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