summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-04-08 13:23:29 +0200
committerNobuhiko Tanibata <Nobuhiko Tanibata ntanibata@jp.adit-jv.com>2015-04-09 18:01:20 +0900
commit8d2fba8e60e15410a58520d2da6d20a83a3f3e7e (patch)
tree89509a651de237bc23a23ca7cae4377ca2cd81fd /weston-ivi-shell
parente71c6099110017ebd58aa3e6fd97459d4a53375f (diff)
downloadwayland-ivi-extension-8d2fba8e60e15410a58520d2da6d20a83a3f3e7e.tar.gz
ivi-controller: remove implementation of set_input_focus
it was already empty. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/src/ivi-controller-impl.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/weston-ivi-shell/src/ivi-controller-impl.c b/weston-ivi-shell/src/ivi-controller-impl.c
index bbef0db..4eec72e 100644
--- a/weston-ivi-shell/src/ivi-controller-impl.c
+++ b/weston-ivi-shell/src/ivi-controller-impl.c
@@ -1032,19 +1032,6 @@ controller_surface_destroy(struct wl_client *client,
wl_resource_destroy(resource);
}
-static void
-controller_surface_set_input_focus(struct wl_client *client,
- struct wl_resource *resource,
- uint32_t device,
- int32_t enabled)
-{
- /* This interface has been supported yet. */
- (void)client;
- (void)resource;
- (void)device;
- (void)enabled;
-}
-
static const
struct ivi_controller_surface_interface controller_surface_implementation = {
controller_surface_set_visibility,
@@ -1055,8 +1042,7 @@ struct ivi_controller_surface_interface controller_surface_implementation = {
controller_surface_set_orientation,
controller_surface_screenshot,
controller_surface_send_stats,
- controller_surface_destroy,
- controller_surface_set_input_focus
+ controller_surface_destroy
};
static void