diff --git a/img/motivation-structure.dot b/img/motivation-structure.dot
index 19dd760bfc0e70339e37c6a0336b4b0d3e2f5090..2cce463a8370605419f84ba3d22b8806cf605566 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
 }