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

gEDA-cvs: CVS update: globals.c



  User: ahvezda 
  Date: 07/02/10 13:33:18

  Modified:    .        globals.c
  Log:
  Fixed a few compiler warnings in gattrib.  Removed quit_func everywhere
  
  since it is completely unused.
  
  
  
  
  Revision  Changes    Path
  1.19      +0 -1      eda/geda/gaf/gschem/src/globals.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: globals.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/globals.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- globals.c	28 Sep 2006 18:00:32 -0000	1.18
  +++ globals.c	10 Feb 2007 18:33:17 -0000	1.19
  @@ -63,7 +63,6 @@
   void (*pin_draw_func)()      = o_pin_draw;
   void (*select_func)()        = o_select_object; /* NEW SELECTION code */
   void (*x_log_update_func)()  = NULL;
  -void (*quit_func)()          = NULL;  /* not used by gschem */
   void (*variable_set_func)()  = NULL;  /* not used by gschem */
   int (*load_newer_backup_func)()  = x_fileselect_load_backup;
   
  
  
  


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