summaryrefslogtreecommitdiff
path: root/bindings/swig/ztext.i
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:52 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:52 -0400
commit148bd343f3e7e32d141f66b5b5c9b98b2975b0b3 (patch)
tree31078963b85110d57310759016e60e8d26ccb1e6 /bindings/swig/ztext.i
parent8c8aa6b07e595cfac56838b5964ab3e96051f1b2 (diff)
Imported Upstream version 1.5.8
Diffstat (limited to 'bindings/swig/ztext.i')
-rw-r--r--bindings/swig/ztext.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/bindings/swig/ztext.i b/bindings/swig/ztext.i
deleted file mode 100644
index ee3e2f2..0000000
--- a/bindings/swig/ztext.i
+++ /dev/null
@@ -1,13 +0,0 @@
-%{
-#include "ztext.h"
-using namespace sword;
-%}
-
-class zText : public SWText {
-public:
- zText(const char *ipath, const char *iname = 0, const char *idesc = 0, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
- virtual ~zText ();
-
- static char createModule (const char *path, int blockBound);
-};
-