ivi-shell: remove unused definition ivi_layout_screen

The ivi_layout_screen is internal to the IVI shell and not used by any
controllers. Controllers use weston_output directly.

Remove it from the exported header to avoid confusion.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
dev
Michael Tretter 2 years ago committed by Daniel Stone
parent 478b24cae0
commit b282fe3a73
  1. 1
      ivi-shell/ivi-layout-export.h

@ -67,7 +67,6 @@ extern "C" {
#define IVI_INVALID_ID UINT_MAX
struct ivi_layout_layer;
struct ivi_layout_screen;
struct ivi_layout_surface;
struct ivi_layout_surface_properties

Loading…
Cancel
Save