X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayers.hpp;h=1942229e2b459698d5dacd2a1e4f553ffc2087c2;hb=c392fff74872af6d4f165ff3f854d19f390ec0ee;hp=268936bf211e6ab4a46bf133619ef1cbf093612f;hpb=0b1d9ca2550bdb877d065a74e4debcc95c4e7b98;p=apps%2Fagl-service-windowmanager.git diff --git a/src/layers.hpp b/src/layers.hpp index 268936b..1942229 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -73,10 +73,6 @@ struct layer_map { using role_to_layer_map = std::vector>; using addsurf_layer_map = std::map; - // XXX: we also will need a layer_id to layer map, perhaps - // make this the primary map, and the surface_id->layer a - // secondary map. - storage_type mapping; // map surface_id to layer layers_type layers; // the actual layer IDs we have int main_surface;