From dde05bd283f1925549049f56f2d45e358831d28a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 24 Jun 2014 13:32:38 +0800 Subject: Revert "fixes raw input" This reverts commit 5aa587cfb1086ce875222062c7615e7e97bb9e01. --- src/ZYRawEditor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ZYRawEditor.h') 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); - }; }; -- cgit