summaryrefslogtreecommitdiff
path: root/bindings/swig/swposition.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/swposition.i
parent8c8aa6b07e595cfac56838b5964ab3e96051f1b2 (diff)
Imported Upstream version 1.5.8
Diffstat (limited to 'bindings/swig/swposition.i')
-rw-r--r--bindings/swig/swposition.i15
1 files changed, 0 insertions, 15 deletions
diff --git a/bindings/swig/swposition.i b/bindings/swig/swposition.i
deleted file mode 100644
index d76f616..0000000
--- a/bindings/swig/swposition.i
+++ /dev/null
@@ -1,15 +0,0 @@
-%{
-#include "swkey.h"
-using namespace sword;
-%}
-
-class SW_POSITION {
-public:
- SW_POSITION(char ipos);
-};
-
-%define POS_TOP ((char)1)
-%define POS_BOTTOM ((char)2)
-
-%define TOP SW_POSITION(POS_TOP)
-%define BOTTOM SW_POSITION(POS_BOTTOM)