summaryrefslogtreecommitdiff
path: root/bibletime/backend/bt_thmlplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/bt_thmlplain.h')
-rw-r--r--bibletime/backend/bt_thmlplain.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/bibletime/backend/bt_thmlplain.h b/bibletime/backend/bt_thmlplain.h
deleted file mode 100644
index b510d33..0000000
--- a/bibletime/backend/bt_thmlplain.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/******************************************************************************
- *
- * $Id: bt_thmlplain.h,v 1.1 2007/03/14 21:32:47 joachim Exp $
- *
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
- * CrossWire Bible Society
- * P. O. Box 2528
- * Tempe, AZ 85280-2528
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation version 2.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- */
-
-#ifndef BT_THMLPLAIN_H
-#define BT_THMLPLAIN_H
-
-#include <swfilter.h>
-
-using namespace sword;
-
-namespace Filters {
-
-/** this filter converts ThML text to plain text
- */
-class BT_ThMLPlain : public SWFilter {
-protected:
- virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
-public:
- BT_ThMLPlain();
-};
-
-}
-#endif