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

gEDA-cvs: CVS update: i_vars.c



  User: ahvezda 
  Date: 05/06/18 20:08:50

  Modified:    .        i_vars.c
  Log:
  Fixes for the init_right/init_bottom variable shadowing that broke the 
  
  OSX port.
  
  
  
  
  Revision  Changes    Path
  1.4       +0 -4      eda/geda/devel/gattrib/src/i_vars.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_vars.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/src/i_vars.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- i_vars.c	12 Feb 2005 16:43:41 -0000	1.3
  +++ i_vars.c	19 Jun 2005 00:08:50 -0000	1.4
  @@ -54,8 +54,6 @@
   int   default_attribute_color = ATTRIBUTE_COLOR;
   int   default_paper_width = 11000; /* letter size */
   int   default_paper_height = 85000;
  -int   default_init_right = WIDTH_C;
  -int   default_init_bottom = HEIGHT_C;
   
   
   /*------------------------------------------------------------------
  @@ -86,7 +84,5 @@
     pr_current->attribute_color = default_attribute_color;
     pr_current->paper_width = default_paper_width;
     pr_current->paper_height = default_paper_height;
  -  pr_current->init_right = default_init_right;
  -  pr_current->init_bottom = default_init_bottom;
     
   }