summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout-export.h
diff options
context:
space:
mode:
authorUcan, Emre (ADITG/SW1) <eucan@de.adit-jv.com>2016-03-17 15:30:35 +0000
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-03-24 11:10:07 +0200
commitff6a9f8474dbfdef79c87084f435d9b02c7a33b1 (patch)
tree32f4d5ff093d94f56730b3d8ff106ba878036fd0 /ivi-shell/ivi-layout-export.h
parentd56b90d948f0f9c151ec43b444f52010005601d5 (diff)
ivi-shell: remove ivi_layout_get_screen_resolution API
The controller plugins can get the screen resolution directly from weston output. Therefore, this API is not required. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Acked-by: Wataru Natsume <wnatsume@jp.adit-jv.com>
Diffstat (limited to 'ivi-shell/ivi-layout-export.h')
-rw-r--r--ivi-shell/ivi-layout-export.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index 4fe0107d..79cad5ce 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -568,16 +568,6 @@ struct ivi_layout_interface {
(*get_screen_from_id)(uint32_t id_screen);
/**
- * \brief Get the screen resolution of a specific ivi_screen
- *
- * \return IVI_SUCCEEDED if the method call was successful
- * \return IVI_FAILED if the method call was failed
- */
- int32_t (*get_screen_resolution)(struct ivi_layout_screen *iviscrn,
- int32_t *pWidth,
- int32_t *pHeight);
-
- /**
* \brief Get the ivi_screens
*
* \return IVI_SUCCEEDED if the method call was successful