[sword-svn] r2672 - trunk/src/mgr
chrislit at crosswire.org
chrislit at crosswire.org
Tue Dec 6 23:40:37 MST 2011
Author: chrislit
Date: 2011-12-06 23:40:36 -0700 (Tue, 06 Dec 2011)
New Revision: 2672
Modified:
trunk/src/mgr/versemgr.cpp
Log:
removed SynodalP v11n from library
Modified: trunk/src/mgr/versemgr.cpp
===================================================================
--- trunk/src/mgr/versemgr.cpp 2011-11-13 00:33:32 UTC (rev 2671)
+++ trunk/src/mgr/versemgr.cpp 2011-12-07 06:40:36 UTC (rev 2672)
@@ -41,7 +41,6 @@
#include <canon_luther.h> // Luther v11n system
#include <canon_catholic.h> // Catholic v11n system (10 chapter Esther)
#include <canon_catholic2.h> // Catholic2 v11n system (16 chapter Esther)
-#include <canon_synodalp.h> // SynodalP v11n system (KJV with Synodal-like verse counts)
using std::vector;
using std::map;
@@ -66,7 +65,6 @@
systemVerseMgr->registerVersificationSystem("Luther", otbooks_luther, ntbooks_luther, vm_luther);
systemVerseMgr->registerVersificationSystem("Catholic", otbooks_catholic, ntbooks, vm_catholic);
systemVerseMgr->registerVersificationSystem("Catholic2", otbooks_catholic2, ntbooks, vm_catholic2);
- systemVerseMgr->registerVersificationSystem("SynodalP", otbooks, ntbooks, vm_synodalp);
}
return systemVerseMgr;
}
More information about the sword-cvs
mailing list