summaryrefslogtreecommitdiffstats
path: root/src/ZYRawEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-06-24 13:32:38 +0800
committerPeng Wu <alexepico@gmail.com>2014-06-24 13:32:38 +0800
commitdde05bd283f1925549049f56f2d45e358831d28a (patch)
tree406fe057ecb79f04c9da9f1d64c45c7c51d74e24 /src/ZYRawEditor.h
parent5aa587cfb1086ce875222062c7615e7e97bb9e01 (diff)
downloadibus-libzhuyin-dde05bd283f1925549049f56f2d45e358831d28a.tar.gz
ibus-libzhuyin-dde05bd283f1925549049f56f2d45e358831d28a.tar.xz
ibus-libzhuyin-dde05bd283f1925549049f56f2d45e358831d28a.zip
Revert "fixes raw input"
This reverts commit 5aa587cfb1086ce875222062c7615e7e97bb9e01.
Diffstat (limited to 'src/ZYRawEditor.h')
-rw-r--r--src/ZYRawEditor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ZYRawEditor.h b/src/ZYRawEditor.h
index 00ce6b5..1a1fa7c 100644
--- a/src/ZYRawEditor.h
+++ b/src/ZYRawEditor.h
@@ -29,11 +29,6 @@ class RawEditor : public Editor {
public:
RawEditor (ZhuyinProperties &props, Config & config)
: Editor (props, config) { }
-
- virtual gboolean processKeyEvent (guint keyval,
- guint keycode,
- guint modifiers);
-
};
};