[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: g_rc.nw
User: danmc
Date: 05/02/20 22:07:27
Modified: . g_rc.nw
Log:
comment out some unused variables which are part of commented out code
Revision Changes Path
1.30 +2 -0 eda/geda/devel/gschem/noweb/g_rc.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: g_rc.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/g_rc.nw,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- g_rc.nw 4 Feb 2005 04:39:29 -0000 1.29
+++ g_rc.nw 21 Feb 2005 03:07:27 -0000 1.30
@@ -741,8 +741,10 @@
SCM
g_rc_scrollbar_update(SCM scmmode)
{
+#if 0
char *mode;
GtkUpdateType policy;
+#endif
SCM ret = SCM_BOOL_T;
SCM_ASSERT (SCM_NIMP (scmmode) && SCM_STRINGP (scmmode), scmmode,