text: Remove unused linked list from input_method_context

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Derek Foreman 2014-12-05 15:38:38 -06:00 committed by Pekka Paalanen
parent cb5fceab92
commit b1c32f616e

View file

@ -82,8 +82,6 @@ struct input_method_context {
struct text_input *model;
struct input_method *input_method;
struct wl_list link;
struct wl_resource *keyboard;
};