diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-10 06:11:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-10 06:11:10 +0000 |
commit | 9ba35d28aeff1c2d7995a9a86f765ebbe06db016 (patch) | |
tree | 8e00eaa0acaaef50e9b3e91a430fc5deaf3250da /bibletime/backend | |
parent | 1978153edaa1e6b5884d3e8c9039dd0fbec969e4 (diff) | |
download | bibletime-9ba35d28aeff1c2d7995a9a86f765ebbe06db016.tar.gz bibletime-9ba35d28aeff1c2d7995a9a86f765ebbe06db016.zip |
Auto-detect Sword module version
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1173694 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/backend')
-rw-r--r-- | bibletime/backend/cswordbiblemoduleinfo.cpp | 4 | ||||
-rw-r--r-- | bibletime/backend/cswordversekey.cpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/bibletime/backend/cswordbiblemoduleinfo.cpp b/bibletime/backend/cswordbiblemoduleinfo.cpp index f05cf20..352aad0 100644 --- a/bibletime/backend/cswordbiblemoduleinfo.cpp +++ b/bibletime/backend/cswordbiblemoduleinfo.cpp @@ -26,10 +26,6 @@ // TODO: Detect Boost in autoconf #include <boost/scoped_ptr.hpp> -// Needed for new Sword libraries -// TODO: Move this into autoconf -#define SWORD_MULTIVERSE - static sword::VerseKey staticKey; CSwordBibleModuleInfo::CSwordBibleModuleInfo( sword::SWModule* module, CSwordBackend* const usedBackend ) diff --git a/bibletime/backend/cswordversekey.cpp b/bibletime/backend/cswordversekey.cpp index 550377b..3687241 100644 --- a/bibletime/backend/cswordversekey.cpp +++ b/bibletime/backend/cswordversekey.cpp @@ -25,10 +25,6 @@ // TODO: Detect Boost in autoconf #include <boost/scoped_ptr.hpp> -// Needed for new Sword libraries -// TODO: Move this into autoconf -#define SWORD_MULTIVERSE - CSwordVerseKey::CSwordVerseKey( CSwordModuleInfo* const module ) : CSwordKey(module) { if ( CSwordBibleModuleInfo* bible = dynamic_cast<CSwordBibleModuleInfo*>(module) ) { key( bible->lowerBound().key() ); |