summaryrefslogtreecommitdiff
path: root/src/frontend/im/swinputmeth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/im/swinputmeth.cpp')
-rw-r--r--src/frontend/im/swinputmeth.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/frontend/im/swinputmeth.cpp b/src/frontend/im/swinputmeth.cpp
deleted file mode 100644
index 7f64865..0000000
--- a/src/frontend/im/swinputmeth.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Title:
- * Description:
- * Copyright: Copyright (c) 2001 CrossWire Bible Society under the terms of the GNU GPL
- * Company:
- * @author Troy A. Griffitts
- * @version 1.0
- */
-
-#include <swinputmeth.h>
-
-SWInputMethod::SWInputMethod() {
- state = 0;
-}
-
-void SWInputMethod::setState(int state) {
- this->state = state;
-}
-
-int SWInputMethod::getState() {
- return state;
-}
-
-void SWInputMethod::clearState() {
- state = 0;
-}