From 286e17c5b906ebb966fccf7f90c4840bbb8c1da1 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 17 Feb 2020 15:35:25 +0100
Subject: [PATCH] removes branch from motivation structure

---
 img/motivation-structure.dot | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/img/motivation-structure.dot b/img/motivation-structure.dot
index 19dd760..2cce463 100644
--- a/img/motivation-structure.dot
+++ b/img/motivation-structure.dot
@@ -1,16 +1,10 @@
 digraph {
     node [shape = "box", style = "filled, rounded"]
 
-    subgraph clustermaster {
-        label = "master"
+    master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
+    master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
+    master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
+    master1[label = "...", color = grey]
 
-        node [color = limegreen]
-
-        master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
-        master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
-        master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
-        master1[label = "...", color = grey]
-
-        master4 -> master3 -> master2 -> master1
-    }
+    master4 -> master3 -> master2 -> master1
 }
-- 
GitLab