summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authormio <stigma@disroot.org>2025-05-15 17:19:52 +1000
committermio <stigma@disroot.org>2025-05-20 14:28:32 +1000
commitbd0f86abe739853b201443da51a8d282daf9aadb (patch)
treedbd638ea8f854707ef95580c79d0659a27119334 /config.h.cmake
parentb878468eeed6d573722262b0970b872f6f6dab47 (diff)
downloadbibletime-bd0f86ab.tar.gz
bibletime-bd0f86ab.zip
Remove sword version conditionals for 1.6 and 1.7
These checks are no longer necessary since sword 1.7+ is required. Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 4b1fdd0cf286a1aea332f221fb4ba9fef43d3c13)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 81f555c..a52d767 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -8,11 +8,5 @@
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
-/* Define if sword library API >= 1.6 */
-#cmakedefine SWORD_MULTIVERSE 1
-
-/* Define if sword library API >= 1.7 */
-#cmakedefine SWORD_API_1_7 1
-
/* Define if clucene library API >= 2.0 */
#cmakedefine CLUCENE_V2 1