summaryrefslogtreecommitdiff
path: root/bibletime/frontend/crossrefrendering.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/crossrefrendering.h')
-rw-r--r--bibletime/frontend/crossrefrendering.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/bibletime/frontend/crossrefrendering.h b/bibletime/frontend/crossrefrendering.h
deleted file mode 100644
index 144d9d0..0000000
--- a/bibletime/frontend/crossrefrendering.h
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// C++ Interface: crossrefrendering
-//
-// Description:
-//
-//
-// Author: The BibleTime team <info@bibletime.info>, (C) 2004
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-#ifndef INFODISPLAYCROSSREFRENDERING_H
-#define INFODISPLAYCROSSREFRENDERING_H
-
-//Backend includes
-#include "backend/chtmlexportrendering.h"
-
-namespace InfoDisplay {
-
-class CrossRefRendering : public Rendering::CHTMLExportRendering {
-protected:
- friend class CInfoDisplay;
-
- CrossRefRendering(
- CSwordBackend::DisplayOptions displayOptions = CBTConfig::getDisplayOptionDefaults(),
- CSwordBackend::FilterOptions filterOptions = CBTConfig::getFilterOptionDefaults()
- );
-
- virtual const QString entryLink( const KeyTreeItem& item, CSwordModuleInfo* module );
- virtual const QString finishText( const QString&, KeyTree& tree );
- };
-
-
-};
-
-#endif