diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index f0fab95..be9943a 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -317,7 +317,6 @@ struct ivi_surface { int32_t width, height; } pending; bool mapped; - bool advertised_on_launch; bool checked_pending; enum { NORMAL, @@ -338,9 +337,6 @@ struct ivi_surface { struct ivi_remote_surface remote; }; - struct wl_listener listener_advertise_app; - struct wl_signal signal_advertise_app; - struct { bool is_set; int32_t x; |