[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.nw
User: ahvezda
Date: 05/06/26 23:01:48
Modified: . globals.nw
Log:
Removed bogus declaration which was causing problems on FC4
Revision Changes Path
1.7 +1 -2 eda/geda/devel/gschem/noweb/globals.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/globals.nw,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- globals.nw 20 Feb 2005 17:07:32 -0000 1.6
+++ globals.nw 27 Jun 2005 03:01:48 -0000 1.7
@@ -75,7 +75,6 @@
GdkColor white;
GdkColor black;
-int logfile_fd = -1;
int do_logging = TRUE;
int logging_dest = LOG_WINDOW;
@@ -111,4 +110,4 @@
SCM move_component_hook;
-@ %def global_window_current rc_filename script_filename output_filename colormap visual white black logfile_fd do_logging logging_dest arc_draw_func box_draw_func circle_draw_func complex_draw_func line_draw_func net_draw_func bus_draw_func text_draw_func pin_draw_func select_func x_log_update_func quiet_mode verbose_mode stroke_info_mode object_buffer add_component_hook copy_component_hook move_component_hook
+@ %def global_window_current rc_filename script_filename output_filename colormap visual white black do_logging logging_dest arc_draw_func box_draw_func circle_draw_func complex_draw_func line_draw_func net_draw_func bus_draw_func text_draw_func pin_draw_func select_func x_log_update_func quiet_mode verbose_mode stroke_info_mode object_buffer add_component_hook copy_component_hook move_component_hook