summaryrefslogtreecommitdiffstats
path: root/src/ZYRawEditor.h
diff options
context:
space:
mode:
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);
-
};
};