X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland_ivi_wm.cpp;h=8b04c644cf65d87c4c6c8bab9321cfd1e23cc0fd;hb=refs%2Ftags%2Fflounder_5.99.5;hp=2a27d8c7d96dfa189e09f09cff4fb80fa951a78a;hpb=6d11d35f86649511e6a5b4b8ab6b6ae13cb4d556;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/wayland_ivi_wm.cpp b/src/wayland_ivi_wm.cpp index 2a27d8c..8b04c64 100644 --- a/src/wayland_ivi_wm.cpp +++ b/src/wayland_ivi_wm.cpp @@ -435,11 +435,6 @@ void layer::set_visibility(uint32_t visibility) ivi_wm_set_layer_visibility(this->parent->proxy.get(), this->id, visibility); } -void layer::set_source_rectangle(int32_t x, int32_t y, int32_t width, int32_t height) -{ - ivi_wm_set_layer_source_rectangle(this->parent->proxy.get(), this->id, x, y, width, height); -} - void layer::set_destination_rectangle(int32_t x, int32_t y, int32_t width, int32_t height) {