aboutsummaryrefslogtreecommitdiffstats
path: root/src/layers.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-13 12:48:07 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:51 +0200
commit5710504a95125fdf504c80ca6c445218514633fb (patch)
treec5a84a6e7b4bc3ccf8927571e69dd3877ae1360a /src/layers.hpp
parent340fc201bd6eaabc6b8df2f25bed70aca469967c (diff)
layers: remove priority from split layout definition
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/layers.hpp')
-rw-r--r--src/layers.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layers.hpp b/src/layers.hpp
index 5d085a0..0603d24 100644
--- a/src/layers.hpp
+++ b/src/layers.hpp
@@ -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 {