layers: remove priority from split layout definition
[staging/windowmanager.git] / src / layers.hpp
index 5d085a0..0603d24 100644 (file)
@@ -33,7 +33,6 @@ struct split_layout {
    std::string name;
    std::string main_match;
    std::string sub_match;
-   int prio;  // no entirely sure we will use this
 };
 
 struct layer {