summaryrefslogtreecommitdiff
path: root/include/nullim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nullim.h')
-rw-r--r--include/nullim.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/nullim.h b/include/nullim.h
deleted file mode 100644
index 765db0d..0000000
--- a/include/nullim.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef NULLIM_H
-#define NULLIM_H
-
-#include <swinputmeth.h>
-#include <defs.h>
-SWORD_NAMESPACE_START
-
-class NullIM : public SWInputMethod {
-
-public:
- NullIM();
- int * translate(char ch);
-};
-
-SWORD_NAMESPACE_END
-#endif