[sword-svn] r3136 - in trunk: include src/modules/common

chrislit at crosswire.org chrislit at crosswire.org
Mon Mar 17 02:38:48 MST 2014


Author: chrislit
Date: 2014-03-17 02:38:48 -0700 (Mon, 17 Mar 2014)
New Revision: 3136

Modified:
   trunk/include/zverse.h
   trunk/src/modules/common/zverse.cpp
Log:
removed unused nl


Modified: trunk/include/zverse.h
===================================================================
--- trunk/include/zverse.h	2014-03-17 09:32:55 UTC (rev 3135)
+++ trunk/include/zverse.h	2014-03-17 09:38:48 UTC (rev 3136)
@@ -61,9 +61,7 @@
 #define	BOOKBLOCKS 4
 
 	static const char uniqueIndexID[];
-	char nl;
 
-
 	// fileMode default = RDONLY
 	zVerse(const char *ipath, int fileMode = -1, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0);
 	virtual ~zVerse();

Modified: trunk/src/modules/common/zverse.cpp
===================================================================
--- trunk/src/modules/common/zverse.cpp	2014-03-17 09:32:55 UTC (rev 3135)
+++ trunk/src/modules/common/zverse.cpp	2014-03-17 09:38:48 UTC (rev 3136)
@@ -67,7 +67,6 @@
 
 	SWBuf buf;
 
-	nl = '\n';
 	path = 0;
 	cacheBufIdx = -1;
 	cacheTestament = 0;




More information about the sword-cvs mailing list