summaryrefslogtreecommitdiff
path: root/src/backend/drivers/cswordcommentarymoduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/drivers/cswordcommentarymoduleinfo.h')
-rw-r--r--src/backend/drivers/cswordcommentarymoduleinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/drivers/cswordcommentarymoduleinfo.h b/src/backend/drivers/cswordcommentarymoduleinfo.h
index 60640a2..3c42d99 100644
--- a/src/backend/drivers/cswordcommentarymoduleinfo.h
+++ b/src/backend/drivers/cswordcommentarymoduleinfo.h
@@ -27,11 +27,6 @@ class CSwordCommentaryModuleInfo: public CSwordBibleModuleInfo {
: CSwordBibleModuleInfo(module, usedBackend,
CSwordModuleInfo::Commentary) {}
- /* Reimplementation of CSwordModuleInfo::clone(). */
- virtual inline CSwordModuleInfo* clone() const {
- return new CSwordCommentaryModuleInfo(*this);
- }
-
/* Reimplementation of CSwordModuleInfo::isWritable(). */
virtual bool isWritable() const;
};