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-04 12:50:52 +0000
committerBryce Harrington <bryce@osg.samsung.com>2016-03-04 10:33:35 -0800
commit16d1fa156abd296a69afed0df8588b7d33d6cb0d (patch)
treedda9d11704257f22f869e56bd40d4d243afc7102 /ivi-shell/ivi-layout-export.h
parent45d394281628a5b1c9615920b975a2e7dd7210e0 (diff)
downloadweston-16d1fa156abd296a69afed0df8588b7d33d6cb0d.tar.gz
ivi-shell: remove ivi_layout_layer_set_dimension API
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Acked-by: wataru_natsume <wataru_natsume@xddp.denso.co.jp> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'ivi-shell/ivi-layout-export.h')
-rw-r--r--ivi-shell/ivi-layout-export.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index f0799313..85bf91ab 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -509,15 +509,6 @@ struct ivi_layout_interface {
int32_t width, int32_t height);
/**
- * \brief Set the horizontal and vertical dimension of the layer.
- *
- * \return IVI_SUCCEEDED if the method call was successful
- * \return IVI_FAILED if the method call was failed
- */
- int32_t (*layer_set_dimension)(struct ivi_layout_layer *ivilayer,
- int32_t dest_width, int32_t dest_height);
-
- /**
* \brief Sets the orientation of a ivi_layer.
*
* \return IVI_SUCCEEDED if the method call was successful